Update Dockerfile (#1101)

add expose for streamlit port
This commit is contained in:
Charlie 2022-09-13 18:41:54 -04:00 committed by GitHub
parent 292f941722
commit 3121ba1960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@ ENV PATH=$CONDA_DIR/bin:$PATH
# Install font for prompt matrix
COPY /data/DejaVuSans.ttf /usr/share/fonts/truetype/
EXPOSE 7860
EXPOSE 7860 8501
COPY ./entrypoint.sh /sd/
ENTRYPOINT /sd/entrypoint.sh