Spaces:
Running
Running
johnbradley
commited on
Commit
•
58012ee
1
Parent(s):
9249fe6
Revert "1.2.1 (#4)"
Browse filesThis reverts commit 9249fe6b9d880cce224ceaac02d0d7bd1bafb502.
1.2.1 has a bug in the production Docker environment where
uploaded files were not found. This wasn't seen in the dev
environment.
- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1 +1 @@
|
|
1 |
-
FROM ghcr.io/imageomics/andromeda:1.
|
|
|
1 |
+
FROM ghcr.io/imageomics/andromeda:1.1.1
|