From 3f13f92b9276ac04a1ae7ae4742624756f2fe434 Mon Sep 17 00:00:00 2001 From: ulaniuk Date: Wed, 4 May 2022 19:33:07 +0200 Subject: [PATCH] t --- Dockerfile | 2 +- preparation.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6cac66..ba44f63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM python:3.7 WORKDIR / diff --git a/preparation.sh b/preparation.sh index c850b93..8dee75c 100644 --- a/preparation.sh +++ b/preparation.sh @@ -1 +1,2 @@ +echo "Messss" python ./create_data.py \ No newline at end of file