tejani commited on
Commit
4e9006d
·
verified ·
1 Parent(s): 8b0a52d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 8000
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"]