lainlives commited on
Commit
f9acd8a
·
verified ·
1 Parent(s): e46b67e

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -4,7 +4,8 @@ ENV DEBIAN_FRONTEND=noninteractive
4
  ARG HF_TOKEN
5
 
6
  ENV HF_TOKEN=$HF_TOKEN
7
-
 
8
  RUN apt-get update && apt-get install -y
9
  RUN apt-get update && \
10
  apt-get upgrade -y
 
4
  ARG HF_TOKEN
5
 
6
  ENV HF_TOKEN=$HF_TOKEN
7
+ RUN rm -rf /usr/local/bin /usr/local/lib* || true
8
+ RUN ln -s /usr/bin /usr/local/bin && ln -s /usr/lib /usr/local/lib && ln -s /usr/lib /usr/local/lib64
9
  RUN apt-get update && apt-get install -y
10
  RUN apt-get update && \
11
  apt-get upgrade -y