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.
2 parents 0a349ee + ab364ee commit 3128040Copy full SHA for 3128040
docker/gpu/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:10.1-cudnn7-devel
+FROM nvidia/cuda:10.0-cudnn7-devel
2
3
RUN apt-get update && apt-get upgrade -y
4
@@ -18,7 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y protobuf-compiler python3-
18
pip3 install jupyter && \
19
pip3 install matplotlib && \
20
pip3 install Pillow && \
21
- pip3 install tensorflow==1.14.0
+ pip3 install tensorflow-gpu==1.14.0
22
23
# Install pycocoapi
24
RUN git clone --depth 1 https://github.com/cocodataset/cocoapi.git && \
@@ -47,4 +47,4 @@ ENV PYTHONPATH=$PYTHONPATH:/models/research
47
48
# Entrypoint
49
WORKDIR /models/research/object_detection
50
-ENTRYPOINT ["jupyter", "notebook", "--ip=0.0.0.0", "--no-browser", "--allow-root"]
+ENTRYPOINT ["jupyter", "notebook", "--ip=0.0.0.0", "--no-browser", "--allow-root"]
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments