Skip to content

Instantly share code, notes, and snippets.

@analyticsindiamagazine
Created November 19, 2019 11:23
Show Gist options
  • Select an option

  • Save analyticsindiamagazine/11efa8946595d835d865dd9c2c8d9950 to your computer and use it in GitHub Desktop.

Select an option

Save analyticsindiamagazine/11efa8946595d835d865dd9c2c8d9950 to your computer and use it in GitHub Desktop.
FROM tensorflow/tensorflow:1.12.0-py3
ENV LANG=C.UTF-8
RUN mkdir /gpt-2
WORKDIR /gpt-2
ADD . /gpt-2
RUN pip3 install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment