raulminan commited on
Commit
7687520
1 Parent(s): 2acd273

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,5 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
  COPY all_embeddings.p all_embeddings_with_splits.p app.py pacmap2d.npy pacmap3d.npy pca.npy tsne2d.npy tsne3d.npy umap2d.npy umap3d.npy ./
10
 
11
- CMD ["python", "app.py", "--host", "0.0.0.0", "--port", "7680"]
12
 
 
8
  COPY . .
9
  COPY all_embeddings.p all_embeddings_with_splits.p app.py pacmap2d.npy pacmap3d.npy pca.npy tsne2d.npy tsne3d.npy umap2d.npy umap3d.npy ./
10
 
11
+ CMD ["python", "app.py", "--address", "0.0.0.0", "--port", "7680", "--allow-websocket-origin", "raulminan-pdbbind-gpcrdb-embedding-plots.hf.space"]
12