Spaces:
Sleeping
Sleeping
Commit
·
bedd1b2
1
Parent(s):
f5bb4e6
comment
Browse files- 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
|