Skip to content

Commit

Permalink
flair messes with pytorch?
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Aug 29, 2024
1 parent 29609d5 commit 05ea033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/deepml/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN pip install \
torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu124 \
#torch==2.0.0+cu117 torchvision==0.15.1+cu117 torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu117 \

RUN pip install flair no-dependencies && rm -rf /tmp/* $HOME/.cache
RUN pip install flair --no-dependencies && rm -rf /tmp/* $HOME/.cache

# Install Huggingface tensorflow and other libraries
RUN pip install \
Expand Down

0 comments on commit 05ea033

Please sign in to comment.