simonduerr commited on
Commit
2818331
1 Parent(s): bde825c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -3,6 +3,8 @@ FROM continuumio/miniconda3
3
  WORKDIR /usr/src/app
4
  COPY . .
5
  # install dependcies
 
 
6
  RUN conda install -y -c conda-forge -c openbabel rdkit openbabel
7
  RUN pip install mdtraj cython
8
  RUN pip install git+https://github.com/bowman-lab/enspara
 
3
  WORKDIR /usr/src/app
4
  COPY . .
5
  # install dependcies
6
+ RUN apt-get update
7
+ RUN apt-get -y install gcc
8
  RUN conda install -y -c conda-forge -c openbabel rdkit openbabel
9
  RUN pip install mdtraj cython
10
  RUN pip install git+https://github.com/bowman-lab/enspara