Skip to content
Snippets Groups Projects
Commit 495112cc authored by Moritz Maxeiner's avatar Moritz Maxeiner
Browse files

Add some additional python dependencies

parent 59041a66
Branches
Tags
No related merge requests found
...@@ -65,7 +65,10 @@ RUN python3.6 -m pip --no-cache-dir install \ ...@@ -65,7 +65,10 @@ RUN python3.6 -m pip --no-cache-dir install \
requests \ requests \
Pillow \ Pillow \
wheel \ wheel \
twine twine \
h5py \
joblib \
psutil
RUN cd /opt && \ RUN cd /opt && \
curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz && \ curl -sSLO https://github.com/apache/incubator-mxnet/releases/download/1.3.0/apache-mxnet-src-1.3.0-incubating.tar.gz && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment