Skip to content
Snippets Groups Projects
Commit 679a70c2 authored by Wiktor Walentynowicz's avatar Wiktor Walentynowicz :construction_worker_tone1:
Browse files

Change dependencies installation for CPU image.

parent a575a27f
Branches
1 merge request!5Develop
Pipeline #6874 passed with stage
in 28 seconds
FROM python:3.10
RUN wget https://download.pytorch.org/whl/cpu/torch-1.13.0%2Bcpu-cp310-cp310-linux_x86_64.whl
RUN python3 -m pip install ./torch-1.13.0+cpu-cp310-cp310-linux_x86_64.whl && rm torch-1.13.0+cpu-cp310-cp310-linux_x86_64.whl
COPY requirements.txt requirements.txt
RUN python3 -m pip install -r requirements.txt && rm requirements.txt
......
--index-url https://download.pytorch.org/whl/cpu
torch==1.13.0
--index-url https://pypi.clarin-pl.eu/simple/
nlp_ws
winer==0.3.1
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment