We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1f6c31f + f871492 commit dca5f74Copy full SHA for dca5f74
Dockerfile
@@ -0,0 +1,12 @@
1
+FROM pytorch/pytorch:1.5-cuda10.1-cudnn7-runtime
2
+
3
+RUN apt-get update && \
4
+ apt-get install -y \
5
+ git && \
6
+ rm -rf /var/cache/apk/*
7
8
+COPY requirements.txt /workspace
9
10
+RUN pip --no-cache-dir install -r /workspace/requirements.txt
11
12
+RUN pip --no-cache-dir install 'git+https://github.com/paperswithcode/torchbench.git'
0 commit comments