devve1 commited on
Commit
a5da766
1 Parent(s): d015c56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -8
Dockerfile CHANGED
@@ -37,14 +37,6 @@ COPY pip.conf $VIRTUAL_ENV/pip.conf
37
 
38
  RUN pip3 install onnxruntime-gpu==1.17.1
39
 
40
- RUN git clone https://github.com/ModelCloud/GPTQModel.git /data/GPTQModel
41
-
42
- WORKDIR /data/GPTQModel
43
-
44
- RUN pip install -vvv --no-build-isolation .
45
-
46
- WORKDIR /data
47
-
48
  RUN useradd -m -u 1000 user
49
  USER user
50
 
 
37
 
38
  RUN pip3 install onnxruntime-gpu==1.17.1
39
 
 
 
 
 
 
 
 
 
40
  RUN useradd -m -u 1000 user
41
  USER user
42