Skip to content
Snippets Groups Projects
Commit 2be7f1d3 authored by Spencer chen's avatar Spencer chen
Browse files

Update Dockerfile

parent 0496da80
No related branches found
No related tags found
No related merge requests found
Pipeline #5548 passed
FROM tensorflow/tensorflow:2.0.0a0-gpu-py3 FROM tensorflow/tensorflow:2.0.0a0-gpu-py3
RUN apt-get update RUN apt-get update
RUN apt-get nano RUN apt-get install nano
RUN pip install --upgrade pip RUN pip install --upgrade pip
RUN pip install numpy scipy scikit-learn pillow h5py keras RUN pip install numpy scipy scikit-learn pillow h5py keras
RUN pip install --upgrade imutils RUN pip install --upgrade imutils
......
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