Skip to content

Commit

Permalink
Fix broken conda installer (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnstairs committed Jan 10, 2023
1 parent e6bd404 commit 8a6e721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Expand Up @@ -49,7 +49,7 @@ CMD [ "sleep", "infinity" ]
# Based on https://github.com/ContinuumIO/docker-images/blob/master/miniconda3/debian/Dockerfile.
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh \
&& mkdir -p /opt \
&& sh miniconda.sh -b -p /opt/conda \
&& bash miniconda.sh -b -p /opt/conda \
&& ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh \
&& find /opt/conda/ -follow -type f -name '*.a' -delete \
&& find /opt/conda/ -follow -type f -name '*.js.map' -delete \
Expand Down

0 comments on commit 8a6e721

Please sign in to comment.