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 && \ ...@@ -33,6 +33,7 @@ RUN apt-get install -y python3 python3-dev && \
pip install --upgrade pip && \ pip install --upgrade pip && \
# Print python an pip version # Print python an pip version
python -V && pip -V python -V && pip -V
RUN pip install pyyaml
############################################################################## ##############################################################################
# TensorFlow # 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