start implementation on new architecture
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
FROM huggingface/transformers-pytorch-gpu AS requirements
|
||||
RUN apt update
|
||||
RUN apt install -y \
|
||||
apt-transport-https ca-certificates \
|
||||
curl software-properties-common
|
||||
RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
|
||||
RUN add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable"
|
||||
RUN apt update
|
||||
RUN apt install -y docker-ce
|
||||
COPY requirements.txt /requirements.txt
|
||||
RUN pip3 install -r /requirements.txt
|
||||
RUN rm -rf /requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user