Spaces:
Sleeping
Sleeping
ejschwartz
commited on
Commit
•
5b3f24d
1
Parent(s):
9e61abe
HF spaces likes uid 1000?
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ RUN pip install --break-system-packages huggingface_hub[cli]
|
|
38 |
RUN --mount=type=cache,target=/root/.cache huggingface-cli download --repo-type model ejschwartz/dirty-ghidra --local-dir /DIRTY/dirty # 10-01-24
|
39 |
|
40 |
# Set up a new user named "user"
|
41 |
-
RUN useradd -m -u
|
42 |
|
43 |
# Switch to the "user" user
|
44 |
USER user
|
|
|
38 |
RUN --mount=type=cache,target=/root/.cache huggingface-cli download --repo-type model ejschwartz/dirty-ghidra --local-dir /DIRTY/dirty # 10-01-24
|
39 |
|
40 |
# Set up a new user named "user"
|
41 |
+
RUN useradd -m -o -u 1000 user
|
42 |
|
43 |
# Switch to the "user" user
|
44 |
USER user
|