-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Description
Thanks for publishing this work. Here is a Dockerfile that builds a compatible runtime environment for executing this model.
FROM nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
RUN apt-get update && \
apt-get install -y python3-pip && \
pip3 install \
numpy==1.16.3 \
tensorflow-gpu==1.13.1 \
imageio==2.8.0 \
fire>=0.1.3 \
regex==2017.4.5 \
requests==2.21.0 \
tqdm==4.31.1 \
scipy==1.4.1
Clone this repo, and drop this Dockerfile in the root of the repo. Build the container:
docker build -t image-gpt .
With the root of repo as your current directory, run the container:
docker run -it -v $(pwd):/app -v $HOME/image-gpt-data:/root image-gpt bash
victorca25, titusfx, Kreijstal, DanielTakeshi, aLeX1443 and 7 moreKreijstal, DanielTakeshi, raijinspecial, YatinAdityaT and chenmarkGHKreijstal, DanielTakeshi, YatinAdityaT, ubberkid and chenmarkGHKreijstal, DanielTakeshi and YatinAdityaTKreijstal, DanielTakeshi and YatinAdityaT
Metadata
Metadata
Assignees
Labels
No labels