Skip to content

Commit

Permalink
bump mambaforge version
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Feb 13, 2023
1 parent 92df9a6 commit 24849d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions images/dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM condaforge/mambaforge:22.9.0-2
FROM condaforge/mambaforge:22.11.1-4

RUN mamba create -y -n adadev -c conda-forge -c krande ada-py && conda clean -afy
RUN mamba create -y -n adadev -c krande/label/dev -c conda-forge ada-py python==3.11 && conda clean -afy

RUN mkdir "tmp/install"

WORKDIR "tmp/install"
COPY . .

RUN /opt/conda/envs/adadev/bin/pip install .
RUN /opt/conda/envs/adadev/bin/pip install . --no-cache-dir
RUN rm "tmp/install"

0 comments on commit 24849d2

Please sign in to comment.