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