Skip to content

Instantly share code, notes, and snippets.

@isaacmg
Last active February 10, 2020 21:20
Show Gist options
  • Save isaacmg/b4ad68eb6bee39c5b850e41286819f36 to your computer and use it in GitHub Desktop.
Save isaacmg/b4ad68eb6bee39c5b850e41286819f36 to your computer and use it in GitHub Desktop.
FROM pytorch/pytorch:1.4-cuda10.1-cudnn7-devel
COPY requirements.txt /tmp/
RUN pip install -r /tmp/requirements.txt
ARG url
RUN git clone -n https://github.com/example/example_repo
RUN git checkout 543231
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment