From eff5f065f77fa1f0a8c41c9c783bad36c13b7252 Mon Sep 17 00:00:00 2001 From: Robert Bendun Date: Mon, 15 May 2023 04:02:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ef1f9e6..98b269e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM ubuntu:22.04 RUN apt update && apt install -y vim make python3 python3-pip python-is-python3 gcc g++ golang wget unzip git -RUN pip install pandas matplotlib scikit-learn tensorflow sacred +RUN pip install pandas matplotlib scikit-learn tensorflow sacred pymongo CMD "bash"