ejschwartz commited on
Commit
bedd1b2
·
1 Parent(s): f5bb4e6
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -37,6 +37,7 @@ COPY --chown=user . $HOME/app
37
  # Disable buffering to allow logging of standard output.
38
  ENV PYTHONUNBUFFERED=1
39
 
 
40
  SHELL ["/bin/bash", "-i", "-c"]
41
 
42
  CMD python main.py
 
37
  # Disable buffering to allow logging of standard output.
38
  ENV PYTHONUNBUFFERED=1
39
 
40
+ # Needed to include .bashrc for conda activation
41
  SHELL ["/bin/bash", "-i", "-c"]
42
 
43
  CMD python main.py