cruiserein22 commited on
Commit
f2ee52a
·
verified ·
1 Parent(s): 378b27b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -37,8 +37,8 @@ RUN mkdir -p /.fonts /.config /app/models && \
37
 
38
  RUN mkdir -p /app/flagged && chmod 777 /app/flagged
39
 
40
- # Download, rename, and move the specified file
41
- RUN curl -L -o /tmp/frpc_linux_amd64 https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64 && \
42
  mv /tmp/frpc_linux_amd64 /usr/local/lib/python3.9/site-packages/gradio/frpc_linux_amd64_v0.2
43
 
44
  # Create a non-root user
 
37
 
38
  RUN mkdir -p /app/flagged && chmod 777 /app/flagged
39
 
40
+ RUN apt-get update && apt-get install -y curl && \
41
+ curl -L -o /tmp/frpc_linux_amd64 https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64 && \
42
  mv /tmp/frpc_linux_amd64 /usr/local/lib/python3.9/site-packages/gradio/frpc_linux_amd64_v0.2
43
 
44
  # Create a non-root user