Spaces:
Running
Running
Commit
·
2815f1d
1
Parent(s):
7e342ec
Use dev
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -35,7 +35,7 @@ RUN --mount=type=cache,target=/root/.cache pip install --break-system-packages -
|
|
35 |
# Download the DIRTY model
|
36 |
RUN pip install --break-system-packages huggingface_hub[cli]
|
37 |
|
38 |
-
RUN --mount=type=cache,target=/tmp/model-dl huggingface-cli download --revision
|
39 |
|
40 |
# Set up a new user named "user"
|
41 |
RUN useradd -m -o -u 1000 user
|
|
|
35 |
# Download the DIRTY model
|
36 |
RUN pip install --break-system-packages huggingface_hub[cli]
|
37 |
|
38 |
+
RUN --mount=type=cache,target=/tmp/model-dl huggingface-cli download --revision development --repo-type model ejschwartz/dirty-ghidra --local-dir /tmp/model-dl && cp -R /tmp/model-dl/data1 /DIRTY/dirty/data1
|
39 |
|
40 |
# Set up a new user named "user"
|
41 |
RUN useradd -m -o -u 1000 user
|