Spaces:
Sleeping
Sleeping
File size: 263 Bytes
6a48853 a37337a 9a5f2eb 6a48853 9a5f2eb 6a48853 c74604f f003765 6a48853 c74604f |
1 2 3 4 5 6 7 8 9 10 11 12 |
FROM gitlab-registry.nrp-nautilus.io/cboettig/images
WORKDIR /app
COPY . .
# huggingface uses port 7860 by default
CMD streamlit run app.py \
--server.address 0.0.0.0 \
--server.port 7860 \
--server.headless true \
--server.fileWatcherType none
|