Skip to content
Snippets Groups Projects
Commit 73623f6d authored by Ulrich Kerzel's avatar Ulrich Kerzel
Browse files

update docker file

parent 907c980b
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ ARG disp_name="Python 3.11 (ipykernel)"
# Install packages via requirements.txt
ADD requirements.txt .
RUN pip install -r requirements.txt
#RUN "${CONDA_DIR}/envs/${conda_env}/bin/pip" install --no-cache-dir -r requirements.txt
#RUN pip install -r requirements.txt
RUN "${CONDA_DIR}/envs/${conda_env}/bin/pip" install --no-cache-dir -r requirements.txt
# .. Or update conda base environment to match specifications in environment.yml
#ADD environment.yml /tmp/environment.yml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment