Updated docker image and requirements
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
FROM huggingface/transformers-pytorch-gpu AS requirements
|
||||
FROM nvidia/cuda:12.2.0-runtime-ubuntu22.04 AS requirements
|
||||
RUN apt-get update
|
||||
RUN apt-get update -y
|
||||
RUN apt install -y python3-pip
|
||||
ENV TOKENIZERS_PARALLELISM=false
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN pip3 install -r /requirements.txt
|
||||
RUN rm -rf /requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user