Spaces:
Running
on
T4
Running
on
T4
Switch base image to rbgcsail
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
# This container is a basic web frontend, we do the heavy-lifting in the
|
2 |
# main DiffDock image.
|
3 |
-
FROM
|
4 |
|
5 |
USER $APPUSER
|
6 |
WORKDIR $HOME/$DIR_NAME
|
|
|
1 |
# This container is a basic web frontend, we do the heavy-lifting in the
|
2 |
# main DiffDock image.
|
3 |
+
FROM rbgcsail/diffdock
|
4 |
|
5 |
USER $APPUSER
|
6 |
WORKDIR $HOME/$DIR_NAME
|