adityasugandhi commited on
Commit
dc78897
·
1 Parent(s): c03b34d
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -5,10 +5,10 @@ ENV PATH /opt/conda/bin:$PATH
5
 
6
  # Create conda environment
7
 
8
- RUN conda env create -f /code/env.yml
9
 
10
  # Activate the conda environment
11
- SHELL ["conda", "run", "-n", "RAGAPP", "/bin/bash", "-c"]
12
 
13
  # Set working directory
14
  WORKDIR /code
 
5
 
6
  # Create conda environment
7
 
8
+ # RUN conda env create -f /code/env.yml
9
 
10
  # Activate the conda environment
11
+ # SHELL ["conda", "run", "-n", "RAGAPP", "/bin/bash", "-c"]
12
 
13
  # Set working directory
14
  WORKDIR /code