Skip to content

Commit

Permalink
Testin other miniconda version for arm in dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
DrWatt authored Oct 11, 2024
1 parent 634db5a commit ad23ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ bash Miniconda3-latest-Linux-x86_64.sh -b -p /home/qunfold/miniconda3; \
rm Miniconda3-latest-Linux-x86_64.sh; \
elif [ "$BUILDPLATFORM" = "linux/arm64" ]; then \
echo "Downloading file for arm64..."; \
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-arm64.sh; \
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-aarch64.sh; \
bash Miniconda3-latest-MacOSX-arm64.sh -b -p /home/qunfold/miniconda3; \
rm Miniconda3-latest-MacOSX-arm64.sh; \
else \
Expand Down

0 comments on commit ad23ef2

Please sign in to comment.