Skip to content

Commit 2ec63e1

Browse files
committed
feat: redeploy fresh model weights and demo trajectories
1 parent bf82ccb commit 2ec63e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ COPY data/trajectories_demo.pt ./data/trajectories.pt
3030
COPY src/ ./src/
3131

3232
# Expose default Streamlit port
33-
EXPOSE 8501
33+
EXPOSE 7860
3434

3535
# Streamlit configurations for production/cloud environments
36-
ENV STREAMLIT_SERVER_PORT=8501
36+
ENV STREAMLIT_SERVER_PORT=7860
3737
ENV STREAMLIT_SERVER_ADDRESS=0.0.0.0
3838
ENV STREAMLIT_SERVER_HEADLESS=true
3939
ENV STREAMLIT_SERVER_ENABLE_CORS=false

0 commit comments

Comments
 (0)