Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
delft-machine-learning
docker-env
Commits
88a7bd25
Commit
88a7bd25
authored
Jul 25, 2018
by
Joseph Weston
Browse files
clean up temporary conda files before fixing permissions
parent
f3403533
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
88a7bd25
...
...
@@ -71,12 +71,12 @@ ENV OPENBLAS_NUM_THREADS=1\
MKL_NUM_THREADS=1\
CONDA_ALWAYS_COPY=true
# Fix permissions (required when following the base image)
RUN
fix-permissions /opt/conda
# Cleanup all downloaded conda files
RUN
conda clean
--yes
--all
# Fix permissions (required when following the base image)
RUN
fix-permissions /opt/conda
# copy startup.sh script and set start-up command
COPY
startup.sh /usr/local/bin
CMD
["startup.sh"]
...
...
Write
Preview
Supports
Markdown
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