Spaces:
Runtime error
Runtime error
gfjiogopdfgdfs
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -4,7 +4,8 @@ RUN apt update && apt install git build-essential libopenblas-dev wget python3-p
|
|
4 |
RUN apt update && apt install -y wget
|
5 |
RUN apt-get install -y nodejs npm
|
6 |
RUN npm install -g localtunnel
|
7 |
-
|
|
|
8 |
# Switch to the "user" user
|
9 |
USER user
|
10 |
# Set home to the user's home directory
|
|
|
4 |
RUN apt update && apt install -y wget
|
5 |
RUN apt-get install -y nodejs npm
|
6 |
RUN npm install -g localtunnel
|
7 |
+
# Set up a new user named "user" with user ID 1000
|
8 |
+
RUN useradd -m -u 1000 user
|
9 |
# Switch to the "user" user
|
10 |
USER user
|
11 |
# Set home to the user's home directory
|