Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Paul Douglas Hopkins
conda
Commits
94676563
Verified
Commit
94676563
authored
Feb 07, 2019
by
Duncan Macleod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added conda build packages to base environment
parent
7e6cca9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
Dockerfile
Dockerfile
+4
-1
Dockerfile-singularity
Dockerfile-singularity
+4
-1
No files found.
Dockerfile
View file @
94676563
...
...
@@ -24,7 +24,10 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
/bin/bash /root/anaconda.sh
-b
-p
$INSTALL_PATH
&&
\
rm
-f
~/anaconda.sh
&&
\
.
$INSTALL_PATH
/etc/profile.d/conda.sh
&&
\
conda update conda
conda
install
--yes
\
conda
\
conda-build
\
conda-verify
COPY
environment-py27.yml /tmp
RUN
conda
env
create
-f
/tmp/environment-py27.yml
...
...
Dockerfile-singularity
View file @
94676563
...
...
@@ -24,7 +24,10 @@ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86
/bin/bash /root/anaconda.sh -b -p $INSTALL_PATH && \
rm -f ~/anaconda.sh && \
. $INSTALL_PATH/etc/profile.d/conda.sh && \
conda update conda
conda install --yes \
conda \
conda-build \
conda-verify
COPY environment-py27.yml /tmp
RUN conda env create -f /tmp/environment-py27.yml
...
...
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