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.
1 parent 25ff7b9 commit da77080Copy full SHA for da77080
Dockerfile
@@ -1,8 +1,8 @@
1
FROM pytorch/pytorch:1.8.1-cuda10.2-cudnn7-runtime
2
3
ENV PYTHONUNBUFFERED TRUE
4
-RUN useradd -u 8877 siamese
5
-USER siamese
+RUN useradd -u 8877 twin
+USER twin
6
7
HEALTHCHECK NONE
8
0 commit comments