File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM jupyter/r-notebook:latest
2
2
3
3
ARG GRB_SHORT_VERSION=9.5
4
4
ARG GRB_VERSION=9.5.0
5
- ARG PYTHON_VERSION=3.10.4
5
+ ARG PYTHON_VERSION=3.10
6
6
7
7
COPY /build_scripts/pip_install.txt "${HOME}/pip_install.txt"
8
8
COPY /build_scripts/mamba_install.txt "${HOME}/mamba_install.txt"
@@ -18,7 +18,7 @@ RUN conda config --quiet --add channels conda-forge \
18
18
# Remove python from pinned versions; this allows us to update python. From: https://stackoverflow.com/a/11245372/13885200 \
19
19
&& sed -i "s/^python 3.*//" /opt/conda/conda-meta/pinned \
20
20
&& mamba install --quiet --yes python=${PYTHON_VERSION} \
21
- && mamba env update --quiet --name base --file "${ENVIRONMENT_FILE}" \
21
+ && mamba env update --quiet --name= base --file= "${ENVIRONMENT_FILE}" \
22
22
# && mamba install --file "${HOME}/mamba_install.txt" \
23
23
# && python3 -m pip install -r "${HOME}/pip_install.txt" \
24
24
# && mamba env update --name base --file "${ENVIRONMENT_FILE}" \
You can’t perform that action at this time.
0 commit comments