rohan965 commited on
Commit
4de91a0
·
verified ·
1 Parent(s): e7bd943

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -44,4 +44,4 @@ RUN R -e "options(repos=c(CRAN='https://cloud.r-project.org')); install.packages
44
  RUN R -e "IRkernel::installspec(user = FALSE)"
45
 
46
  EXPOSE 7860
47
- CMD ["python", "app.py"]
 
44
  RUN R -e "IRkernel::installspec(user = FALSE)"
45
 
46
  EXPOSE 7860
47
+ CMD ["python", "-u", "app.py"]