zhengr commited on
Commit
a1e50d2
·
verified ·
1 Parent(s): bbcfcda

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ RUN git clone https://github.com/xorbitsai/inference.git /opt/inference
6
 
7
  ENV NVM_DIR /usr/local/nvm
8
  ENV NODE_VERSION 14.21.1
9
- ENV RANSFORMERS_CACHE opt/inference/cache
 
10
 
11
  RUN apt-get -y update \
12
  && apt install -y build-essential curl procps git libgl1 \
 
6
 
7
  ENV NVM_DIR /usr/local/nvm
8
  ENV NODE_VERSION 14.21.1
9
+
10
+ RUN chmod -R 777 /home/user
11
 
12
  RUN apt-get -y update \
13
  && apt install -y build-essential curl procps git libgl1 \