We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d36486 commit 47791feCopy full SHA for 47791fe
Dockerfile
@@ -23,7 +23,7 @@ RUN wget --quiet https://repo.anaconda.com/archive/Anaconda2-2019.10-Linux-x86_6
23
RUN conda install pytorch torchvision cpuonly -c pytorch
24
25
RUN conda create -n pytorch python=3.6 pytorch=1.3
26
-RUN conda create -n tf python=3.6
+RUN conda create -n tf python=3.6 tensorflow
27
28
EXPOSE 8888
29
EXPOSE 3000
0 commit comments