Skip to content

Commit

Permalink
signac fix
Browse files Browse the repository at this point in the history
  • Loading branch information
erjank committed Jul 12, 2024
1 parent aa970be commit 5496145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/icomse/dockerfile_icomse
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CONDA_OVERRIDE_CUDA="12.0"
RUN conda update -n base -c defaults conda && \
conda info && \
conda install libarchive mamba -n base -c conda-forge && \
mamba install -c conda-forge "hoomd=4.7.0=*gpu*" "cuda-version=12.0" vim openssh mbuild gsd ipython ipykernel mdanalysis foyer freud ipywidgets scipy numpy physical_validation matplotlib jupyter pandas flowermd nglview mdanalysis libarchive openff-toolkit
mamba install -c conda-forge "hoomd=4.7.0=*gpu*" "cuda-version=12.0" vim openssh mbuild gsd ipython ipykernel mdanalysis foyer freud ipywidgets scipy numpy physical_validation matplotlib jupyter pandas flowermd nglview mdanalysis libarchive openff-toolkit signac signac-flow

# configure unprivileged user
RUN useradd --create-home --shell /bin/bash icomse-software
Expand Down

0 comments on commit 5496145

Please sign in to comment.