Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -31,8 +31,8 @@ COPY requirements.txt .
|
|
31 |
RUN pip install -r requirements.txt
|
32 |
|
33 |
# Install frpc binary for Gradio tunnels
|
34 |
-
RUN
|
35 |
-
-
|
36 |
chmod +x /usr/local/lib/python3.11/site-packages/gradio/frpc_linux_amd64_v0.2
|
37 |
|
38 |
# Copy rest of the application
|
|
|
31 |
RUN pip install -r requirements.txt
|
32 |
|
33 |
# Install frpc binary for Gradio tunnels
|
34 |
+
RUN curl -L https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64 \
|
35 |
+
-o /usr/local/lib/python3.11/site-packages/gradio/frpc_linux_amd64_v0.2 && \
|
36 |
chmod +x /usr/local/lib/python3.11/site-packages/gradio/frpc_linux_amd64_v0.2
|
37 |
|
38 |
# Copy rest of the application
|