nguyen-brat commited on
Commit
2b28d4e
1 Parent(s): 8594910
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.8
3
 
4
  # Set the working directory in the container
5
  WORKDIR $HOME/app
6
- ENV HYDRA_FULL_ERROR=1
7
  # Install Python dependencies
8
  COPY ./requirements.txt /app/requirements.txt
9
  RUN pip install --no-cache-dir -r requirements.txt
 
3
 
4
  # Set the working directory in the container
5
  WORKDIR $HOME/app
6
+ ENV HYDRA_FULL_ERROR="1"
7
  # Install Python dependencies
8
  COPY ./requirements.txt /app/requirements.txt
9
  RUN pip install --no-cache-dir -r requirements.txt