habdine commited on
Commit
5c8508c
·
verified ·
1 Parent(s): 33bf637

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -5,6 +5,7 @@ USER user
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
  WORKDIR /app
 
8
 
9
  RUN apt-get update
10
  RUN apt-get install wget
@@ -18,5 +19,5 @@ RUN pip3 install pyg_lib torch_scatter torch_sparse torch_cluster torch_spline_c
18
  RUN pip3 install gradio
19
 
20
 
21
- COPY --chown=user . /app
22
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
5
  ENV PATH="/home/user/.local/bin:$PATH"
6
 
7
  WORKDIR /app
8
+ COPY --chown=user . /app
9
 
10
  RUN apt-get update
11
  RUN apt-get install wget
 
19
  RUN pip3 install gradio
20
 
21
 
22
+
23
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]