Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
-
|
|
|
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 \
|