adityasugandhi commited on
Commit
1a5c225
·
1 Parent(s): 6936b3e

Add application file

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ FROM continuumio/miniconda3:latest
4
  ENV PATH /opt/conda/bin:$PATH
5
 
6
  # Create conda environment
7
- COPY environment.yml /code/environment.yml
8
- RUN conda env create -f /code/environment.yml
9
 
10
  # Activate the conda environment
11
  SHELL ["conda", "run", "-n", "RAGAPP", "/bin/bash", "-c"]
 
4
  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"]