Skip to content

Commit

Permalink
fixed micromamba version in backend build
Browse files Browse the repository at this point in the history
  • Loading branch information
allyoucanmap committed Oct 9, 2024
1 parent 63e22a1 commit b029ffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ARG DDT_ENV=ddt

# Install PDAL
RUN cd / && \
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba && \
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/1.5.10 | tar -xvj bin/micromamba && \
./bin/micromamba shell init -s bash -p ~/micromamba && \
source ~/.bashrc && \
micromamba config append channels conda-forge && \
Expand Down

0 comments on commit b029ffc

Please sign in to comment.