Last active
February 10, 2020 21:20
-
-
Save isaacmg/b4ad68eb6bee39c5b850e41286819f36 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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