From a93944d101a4e0ecd15bcf3ca13b582d30c62f94 Mon Sep 17 00:00:00 2001 From: fabrice Date: Fri, 15 Mar 2019 14:14:51 +0000 Subject: [PATCH] Update 'Dockerfile' --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ddbae4d..1426049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,5 @@ RUN pip install seaborn RUN pip install plotly RUN pip install xgboost RUN pip install datascience -RUN pip install okpy \ No newline at end of file +RUN pip install okpy +WORKDIR $HOME/work/ \ No newline at end of file