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
36d55157
Commit
36d55157
authored
Jun 08, 2018
by
Swank, Aaron J
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed extra COPY from Dockerfile instructions
parent
a1ef9cb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
docs/using/recipes.md
docs/using/recipes.md
+0
-2
No files found.
docs/using/recipes.md
View file @
36d55157
...
@@ -30,7 +30,6 @@ COPY requirements.txt /tmp/
...
@@ -30,7 +30,6 @@ COPY requirements.txt /tmp/
RUN
pip
install
--requirement
/tmp/requirements.txt
&&
\
RUN
pip
install
--requirement
/tmp/requirements.txt
&&
\
fix-permissions
$CONDA_DIR
&&
\
fix-permissions
$CONDA_DIR
&&
\
fix-permissions /home/
$NB_USER
fix-permissions /home/
$NB_USER
COPY
. /tmp/
```
```
For conda, the Dockerfile is similar:
For conda, the Dockerfile is similar:
...
@@ -43,7 +42,6 @@ COPY requirements.txt /tmp/
...
@@ -43,7 +42,6 @@ COPY requirements.txt /tmp/
RUN
conda
install
--yes
--file
/tmp/requirements.txt
&&
\
RUN
conda
install
--yes
--file
/tmp/requirements.txt
&&
\
fix-permissions
$CONDA_DIR
&&
\
fix-permissions
$CONDA_DIR
&&
\
fix-permissions /home/
$NB_USER
fix-permissions /home/
$NB_USER
COPY
. /tmp/
```
```
Ref:
[
docker-stacks/commit/79169618d571506304934a7b29039085e77db78c
](
https://github.com/jupyter/docker-stacks/commit/79169618d571506304934a7b29039085e77db78c#commitcomment-15960081
)
Ref:
[
docker-stacks/commit/79169618d571506304934a7b29039085e77db78c
](
https://github.com/jupyter/docker-stacks/commit/79169618d571506304934a7b29039085e77db78c#commitcomment-15960081
)
...
...
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