Unverified Commit 87165403 authored by Jeff Rasley's avatar Jeff Rasley Committed by GitHub
Browse files

Update Dockerfile

parent e5bbc2e5
......@@ -33,6 +33,7 @@ RUN apt-get install -y python3 python3-dev && \
pip install --upgrade pip && \
# Print python an pip version
python -V && pip -V
RUN pip install pyyaml
##############################################################################
# TensorFlow
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment