Spaces:
Paused
Paused
giorgio-caparvi
commited on
Commit
·
daf8021
1
Parent(s):
c524e88
rollback docker
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,4 +31,4 @@ RUN mkdir -p /api/output/generato_paired_paired/images && chown -R user:user /ap
|
|
31 |
EXPOSE 7860
|
32 |
|
33 |
# Set default command to initialize conda, activate the environment, and start the backend model
|
34 |
-
CMD ["bash", "-c", "source /opt/conda/etc/profile.d/conda.sh && conda activate mgd &&
|
|
|
31 |
EXPOSE 7860
|
32 |
|
33 |
# Set default command to initialize conda, activate the environment, and start the backend model
|
34 |
+
CMD ["bash", "-c", "source /opt/conda/etc/profile.d/conda.sh && conda activate mgd && python app.py --port 7860"]
|