You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that `-v /etc/localtime:/etc/localtime` is necessary to synchronize the time zone in the container with the host machine.
96
96
@@ -101,9 +101,9 @@ Here are a few how-to guides on how to develop and use the dashboard.
101
101
# Password: your NERSC password without 2FA
102
102
```
103
103
```console
104
-
docker tag gui:latest registry.nersc.gov/m558/superfacility/gui:latest
105
-
docker tag gui:latest registry.nersc.gov/m558/superfacility/gui:$(date "+%y.%m")
106
-
docker push -a registry.nersc.gov/m558/superfacility/gui
104
+
docker tag synapse-gui:latest registry.nersc.gov/m558/superfacility/synapse-gui:latest
105
+
docker tag synapse-gui:latest registry.nersc.gov/m558/superfacility/synapse-gui:$(date "+%y.%m")
106
+
docker push -a registry.nersc.gov/m558/superfacility/synapse-gui
107
107
```
108
108
This has been also automated through the Python script [publish_container.py](https://github.com/BLAST-AI-ML/synapse/blob/main/publish_container.py), which can be executed via
0 commit comments