aqlaboratory / rgn2

101 stars 29 forks source link

Dockerfile.gpu #1

Closed maarten-devries closed 4 years ago

maarten-devries commented 4 years ago

FROM tensorflow/tensorflow:1.12.0-gpu-py3

RUN apt-get clean && apt-get update && apt-get install -y --no-install-recommends \

ec2metadata, for logging what machine we ran on

cloud-utils && \
    apt-get clean && \
    rm -rf /var/lib/apt/lists/*
maarten-devries commented 4 years ago

I had to add the apt-get clean command in the Dockerfile in order to successfully build the image.