Add CLIP installation instruction to Dockerfile
`pip install -e .`
This commit is contained in:
parent
fc198e5172
commit
af0f80c1e6
|
|
@ -22,4 +22,5 @@ COPY requirements_hpu.txt /workspace/requirements_hpu.txt
|
|||
|
||||
# Install Python packages
|
||||
RUN pip install --upgrade pip \
|
||||
&& pip install -r requirements_hpu.txt
|
||||
&& pip install -r requirements_hpu.txt \
|
||||
&& pip install -e .
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
-r requirements.txt
|
||||
optimum-habana==1.14.1
|
||||
transformers==4.45.2
|
||||
huggingface-hub==0.26.2
|
||||
tiktoken==0.8.0
|
||||
torch-geometric==2.6.1
|
||||
numba==0.60.0
|
||||
pytest
|
||||
|
|
|
|||
Loading…
Reference in New Issue