26e80f3
cd6f98e
26e80f3
cd6f98e
26e80f3
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | FROM huggingface/transformers-pytorch-gpu:latest
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
git \
wget \
curl \
vim \
nano \
build-essential \
python3 \
python3-pip
WORKDIR /app
COPY . . |