From 60ba06fd0f08fb7c7c3246f6d6560312960078a2 Mon Sep 17 00:00:00 2001 From: s434766 Date: Mon, 10 May 2021 10:39:46 +0200 Subject: [PATCH] s5 --- pytorch-training-eval/Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pytorch-training-eval/Dockerfile b/pytorch-training-eval/Dockerfile index a24073b..076c74d 100644 --- a/pytorch-training-eval/Dockerfile +++ b/pytorch-training-eval/Dockerfile @@ -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 ./