Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
J
Jupyter Docker Stacks
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
Jupyter Docker Stacks
Commits
57b78ba3
Commit
57b78ba3
authored
Apr 19, 2020
by
Peter Parente
Committed by
GitHub
Apr 19, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into add-vim
parents
ac3d08c1
859aaa22
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4368 additions
and
1382 deletions
+4368
-1382
docs/locale/en/LC_MESSAGES/contributing.po
docs/locale/en/LC_MESSAGES/contributing.po
+842
-314
docs/locale/en/LC_MESSAGES/maintaining.po
docs/locale/en/LC_MESSAGES/maintaining.po
+323
-172
docs/locale/en/LC_MESSAGES/using.po
docs/locale/en/LC_MESSAGES/using.po
+3202
-895
docs/using/recipes.md
docs/using/recipes.md
+1
-1
No files found.
docs/locale/en/LC_MESSAGES/contributing.po
View file @
57b78ba3
This diff is collapsed.
Click to expand it.
docs/locale/en/LC_MESSAGES/maintaining.po
View file @
57b78ba3
This diff is collapsed.
Click to expand it.
docs/locale/en/LC_MESSAGES/using.po
View file @
57b78ba3
This diff is collapsed.
Click to expand it.
docs/using/recipes.md
View file @
57b78ba3
...
@@ -112,7 +112,7 @@ ARG conda_env=python36
...
@@ -112,7 +112,7 @@ ARG conda_env=python36
ARG py_ver=3.6
ARG py_ver=3.6
# you can add additional libraries you want conda to install by listing them below the first line and ending with "&& \"
# you can add additional libraries you want conda to install by listing them below the first line and ending with "&& \"
RUN conda
env
create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
RUN conda create --quiet --yes -p $CONDA_DIR/envs/$conda_env python=$py_ver ipython ipykernel && \
conda clean --all -f -y
conda clean --all -f -y
# alternatively, you can comment out the lines above and uncomment those below
# alternatively, you can comment out the lines above and uncomment those below
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment