c5fca7e
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