yusufs commited on
Commit
fcc32d9
·
verified ·
1 Parent(s): 0dfd009

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -61,7 +61,7 @@ RUN pip install vllm==0.10.0 uv setuptools torch torchvision torchaudio --extra-
61
 
62
  # Then, install xformers with the --no-build-isolation flag
63
  RUN uv pip install --system \
64
- --no-build-isolation "git+https://github.com/facebookresearch/@v0.0.31"
65
 
66
  RUN useradd -m appuser
67
  USER appuser
 
61
 
62
  # Then, install xformers with the --no-build-isolation flag
63
  RUN uv pip install --system \
64
+ --no-build-isolation "git+https://github.com/facebookresearch/xformers@v0.0.31"
65
 
66
  RUN useradd -m appuser
67
  USER appuser