Spaces:
Runtime error
Runtime error
LittleApple_fp16
commited on
Commit
•
7079704
1
Parent(s):
1808e2f
docker
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -27,6 +27,8 @@ WORKDIR $HOME
|
|
27 |
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
|
|
|
|
30 |
COPY .bashrc $HOME/.bashrc_append
|
31 |
RUN cat $HOME/.bashrc_append >> $HOME/.bashrc && \
|
32 |
rm $HOME/.bashrc_append
|
|
|
27 |
|
28 |
COPY --chown=user . $HOME/app
|
29 |
|
30 |
+
RUN wget "https://cdn-media.huggingface.co/frpc-gradio-0.2/frpc_linux_amd64" && mv frpc_linux_amd64 /usr/local/lib/python3.8/site-packages/gradio/frpc_linux_amd64_v0.2
|
31 |
+
|
32 |
COPY .bashrc $HOME/.bashrc_append
|
33 |
RUN cat $HOME/.bashrc_append >> $HOME/.bashrc && \
|
34 |
rm $HOME/.bashrc_append
|