Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
amauryval authored May 31, 2022
1 parent 002e1bb commit 6312ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM continuumio/miniconda3:latest

RUN conda install -y -c conda-forge mamba
RUN mamba install -y anaconda-client conda-build conda-verify numpy boa=0.11.0
RUN mamba install -y -c conda-forge anaconda-client conda-build conda-verify numpy boa=0.11.0

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 6312ba1

Please sign in to comment.