Skip to content
This repository was archived by the owner on Apr 8, 2026. It is now read-only.
This repository was archived by the owner on Apr 8, 2026. It is now read-only.

Dockerfile #3

@vishnubob

Description

@vishnubob

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions