Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Lips
docker-resources
Commits
4d493dbc
Commit
4d493dbc
authored
Oct 20, 2021
by
Thomas Lips
Browse files
try to find issue with path
parent
d9cb575c
Pipeline
#44778
passed with stage
in 4 minutes and 46 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4d493dbc
# select base image: scipy notebook (gpu-enabled)
FROM
gitlab.ilabt.imec.be:4567/ilabt/gpu-docker-stacks/
scipy
-notebook:cuda10.1-ubuntu18.04
FROM
gitlab.ilabt.imec.be:4567/ilabt/gpu-docker-stacks/
minimal
-notebook:cuda10.1-ubuntu18.04
# name your environment and choose python 3.x version
ARG
conda_env=python38
...
...
@@ -22,7 +22,7 @@ RUN conda create --quiet --yes -p "${CONDA_DIR}/envs/${conda_env}" python=${py_v
RUN
"
${
CONDA_DIR
}
/envs/
${
conda_env
}
/bin/python"
-m
ipykernel
install
--user
--name
=
"
${
conda_env
}
"
# prepend conda environment to path
#
ENV PATH "${CONDA_DIR}/envs/${conda_env}/bin:${PATH}"
ENV
PATH "${CONDA_DIR}/envs/${conda_env}/bin:${PATH}"
# if you want this environment to be the default one, uncomment the following line:
ENV
CONDA_DEFAULT_ENV ${conda_env}
\ No newline at end of file
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