Skip to content

Commit 47791fe

Browse files
authored
Update Dockerfile
1 parent 7d36486 commit 47791fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN wget --quiet https://repo.anaconda.com/archive/Anaconda2-2019.10-Linux-x86_6
2323
RUN conda install pytorch torchvision cpuonly -c pytorch
2424

2525
RUN conda create -n pytorch python=3.6 pytorch=1.3
26-
RUN conda create -n tf python=3.6
26+
RUN conda create -n tf python=3.6 tensorflow
2727

2828
EXPOSE 8888
2929
EXPOSE 3000

0 commit comments

Comments
 (0)