Skip to content

Commit

Permalink
nglview
Browse files Browse the repository at this point in the history
  • Loading branch information
erjank committed Jul 7, 2024
1 parent 02472c7 commit c66ab26
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions containers/icomse/dockerfile_icomse
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +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

#RUN conda update -n base -c defaults conda && \
# conda info && \
# conda install mamba -n base -c conda-forge && \
# conda install -c conda-forge python=3.8 vim openssh mbuild gsd ipython ipykernel mdanalysis foyer ipywidgets scipy numpy physical_validation matplotlib jupyter pandas pycifrw ase nglview
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

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

0 comments on commit c66ab26

Please sign in to comment.