fffiloni commited on
Commit
282c4cb
·
verified ·
1 Parent(s): d2812b4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -60,9 +60,6 @@ RUN pip install gradio
60
  # Install specific Cython version known to work with cupy
61
  RUN pip install 'Cython<3.0'
62
 
63
- # Install cupy using the pre-built wheel for CUDA 11.x
64
- RUN pip install cupy
65
-
66
  USER root
67
  # Configure git to trust the directory
68
  RUN git config --global --add safe.directory /home/user/app
 
60
  # Install specific Cython version known to work with cupy
61
  RUN pip install 'Cython<3.0'
62
 
 
 
 
63
  USER root
64
  # Configure git to trust the directory
65
  RUN git config --global --add safe.directory /home/user/app