Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
ca3b459
1
Parent(s):
4fde187
requirements
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -6,6 +6,8 @@ COPY ./requirements.txt /code/requirements.txt
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
|
|
|
|
9 |
RUN yes | pip uninstall jax-cuda12-plugin jax-cuda12-pjrt
|
10 |
|
11 |
# Set up a new user named "user" with user ID 1000
|
|
|
6 |
|
7 |
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
8 |
|
9 |
+
RUN pip install psutil
|
10 |
+
|
11 |
RUN yes | pip uninstall jax-cuda12-plugin jax-cuda12-pjrt
|
12 |
|
13 |
# Set up a new user named "user" with user ID 1000
|