newturok commited on
Commit
7b10539
1 Parent(s): e71292b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -57,8 +57,7 @@ RUN wget -O /workspace/ComfyUI/models/clip_vision/CLIP-ViT-H-14-laion2B-s32B-b79
57
 
58
  # INSIGHTFACE
59
  RUN apt-get install -y build-essential
60
- RUN pip install onnxruntime
61
- RUN pip install insightface
62
 
63
 
64
  # TOP MODELS
 
57
 
58
  # INSIGHTFACE
59
  RUN apt-get install -y build-essential
60
+ RUN pip install onnxruntime onnxruntime-gpu insightface
 
61
 
62
 
63
  # TOP MODELS