modify dockerfile
This commit is contained in:
parent
8de324cfa5
commit
8295364de0
|
@ -84,3 +84,6 @@ RUN cd /tmp \
|
|||
&& make install -j4 \
|
||||
&& rm -rf /tmp/openmpi-4.0.3 \
|
||||
&& rm -f /tmp/openmpi-4.0.3.tar.gz
|
||||
|
||||
# Install frequently used python packages
|
||||
RUN pip install --no-cache-dir decorator pandas sklearn pyyaml
|
||||
|
|
Loading…
Reference in New Issue