s5
Some checks failed
s434766-training/pipeline/head There was a failure building this commit

This commit is contained in:
s434766 2021-05-10 10:39:46 +02:00
parent b0f77a6742
commit 60ba06fd0f

View File

@ -4,8 +4,8 @@ RUN apt-get update && apt-get install -y python3-pip && pip3 install setuptools
RUN pip3 install torch torchvision torchaudio
WORKDIR /app
COPY ./create.py ./
COPY ./stats.py ./
COPY ./stroke-pytorch.py ./
COPY ./stroke-pytorch-eval.py ./
COPY ./../create.py ./
COPY ./../stats.py ./
COPY ./../stroke-pytorch.py ./
COPY ./../stroke-pytorch-eval.py ./