Skip to content

Commit

Permalink
Remove outdated conda-linux-64.lock (#118)
Browse files Browse the repository at this point in the history
* Remove outdated `conda-linux-64.lock`

* Remove command copying the removed lock file
  • Loading branch information
krassowski authored Feb 15, 2024
1 parent f1d715c commit 7a6d26d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 287 deletions.
1 change: 0 additions & 1 deletion Dockerfile.jupyterlab
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ RUN /opt/scripts/install-gitlfs.sh
ARG SKIP_CONDA_SOLVE=no
COPY scripts/install-conda-environment.sh /opt/scripts/install-conda-environment.sh
COPY jupyterlab/environment.yaml /opt/jupyterlab/environment.yaml
COPY jupyterlab/conda-linux-64.lock /opt/jupyterlab/conda-linux-64.lock
RUN \
if [ "${SKIP_CONDA_SOLVE}" != "no" ];then \
ENV_FILE=/opt/jupyterlab/conda-linux-64.lock ; \
Expand Down
Loading

0 comments on commit 7a6d26d

Please sign in to comment.