Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -44,7 +44,7 @@ RUN echo "/models/lcm-lora-sdv1-5" > configs/lcm-lora-models.txt && \
|
|
| 44 |
chmod 666 configs/lcm-lora-models.txt
|
| 45 |
|
| 46 |
# Expose the API port
|
| 47 |
-
EXPOSE
|
| 48 |
|
| 49 |
# Activate virtual environment and run the API server
|
| 50 |
CMD ["/bin/bash", "-c", ". env/bin/activate && python src/app.py --api"]
|
|
|
|
| 44 |
chmod 666 configs/lcm-lora-models.txt
|
| 45 |
|
| 46 |
# Expose the API port
|
| 47 |
+
EXPOSE 7860
|
| 48 |
|
| 49 |
# Activate virtual environment and run the API server
|
| 50 |
CMD ["/bin/bash", "-c", ". env/bin/activate && python src/app.py --api"]
|