hvoss-techfak commited on
Commit
4fde187
·
1 Parent(s): fc7911a

requirements

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -2
  2. requirements.txt +1 -4
Dockerfile CHANGED
@@ -6,8 +6,6 @@ COPY ./requirements.txt /code/requirements.txt
6
 
7
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
8
 
9
- RUN pip install psutil jax==0.5.0
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
 
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
requirements.txt CHANGED
@@ -1,10 +1,7 @@
1
- jax-ik==0.1.4
2
  wandb
3
  pillow
4
  scipy
5
  configargparse
6
  requests
7
- gradio
8
- xxhash
9
- fastrtc
10
  uvicorn
 
1
+ jax-ik==0.1.5
2
  wandb
3
  pillow
4
  scipy
5
  configargparse
6
  requests
 
 
 
7
  uvicorn