Skip to content

Commit

Permalink
Minimal 4.7 mamba attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
erjank committed Jul 3, 2024
1 parent 560a43c commit 3420df0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/icomse/dockerfile_icomse
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM cmelab/gpuconda:latest

#ENV CONDA_OVERRIDE_CUDA=11.7

RUN conda update -n base -c defaults conda && \
conda info && \
#conda install libarchive mamba -n base -c conda-forge && \
conda install -c conda-forge hoomd=4*=*gpu* cudatoolkit=11.7 python && \
conda install libarchive mamba -n base -c conda-forge && \
mamba install -c conda-forge hoomd=4.7.0

#RUN conda update -n base -c defaults conda && \
# conda info && \
# conda install mamba -n base -c conda-forge && \
Expand Down

0 comments on commit 3420df0

Please sign in to comment.