Skip to content
Snippets Groups Projects
Commit a8eacd52 authored by Byungheong Jeong's avatar Byungheong Jeong
Browse files

Update Dockerfile

parent 8da8e7a5
No related branches found
No related tags found
Loading
Checking pipeline status
...@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ ...@@ -15,7 +15,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
sudo\ sudo\
openmpi-bin \ openmpi-bin \
xvfb \ xvfb \
statsmodels \
screen \ screen \
wget && \ wget && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
...@@ -60,6 +59,7 @@ RUN conda install -y python=${python_version} && \ ...@@ -60,6 +59,7 @@ RUN conda install -y python=${python_version} && \
conda install \ conda install \
bcolz \ bcolz \
h5py \ h5py \
statsmodels \
matplotlib \ matplotlib \
mkl \ mkl \
nose \ nose \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment