Skip to content

Commit

Permalink
Merge pull request #1 from skbly7/patch-1
Browse files Browse the repository at this point in the history
Fixed Dockerfile based build timeouts
  • Loading branch information
spMohanty committed Oct 11, 2019
2 parents 4b6c3af + 5b703c1 commit 15f05ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
@@ -1,5 +1,6 @@
FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
build-essential \
bzip2 \
Expand Down Expand Up @@ -30,7 +31,8 @@ RUN pip3 install pip --upgrade
RUN pip3 install cython aicrowd_api timeout_decorator \
numpy \
matplotlib \
aicrowd-repo2docker
aicrowd-repo2docker \
pillow
RUN pip3 install git+https://github.com/AIcrowd/coco.git#subdirectory=PythonAPI
RUN pip3 install tensorflow-gpu

Expand Down

0 comments on commit 15f05ed

Please sign in to comment.