Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel Scheffler
py_tools_ds
Commits
5917ecf3
Commit
5917ecf3
authored
Nov 18, 2017
by
Daniel Scheffler
Browse files
Changed basic image name for py_tools_ds_ci.docker.
parent
346f1526
Pipeline
#1544
failed with stages
in 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/CI_docker/context/conda_pyenv.docker
View file @
5917ecf3
...
...
@@ -14,6 +14,7 @@ RUN /bin/bash -i -c "cd /root; wget https://repo.continuum.io/miniconda/$minicon
# copy some needed stuff to /root
COPY
*.yml /root/
# create an environment with all packages specified in $envconfig
RUN
/bin/bash
-i
-c
"source /root/miniconda3/bin/activate ;
\
conda env create -n
$envname
-f /root/
$envconfig
"
...
...
tests/CI_docker/context/py_tools_ds_ci.docker
View file @
5917ecf3
FROM
conda_pyenv
:latest
FROM
conda_pyenv
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