Spaces:
Runtime error
Runtime error
adityasugandhi
commited on
Commit
·
5682d8d
1
Parent(s):
da22a9c
test
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -5,10 +5,10 @@ ENV PATH /opt/conda/bin:$PATH
|
|
5 |
|
6 |
# Create conda environment
|
7 |
|
8 |
-
|
9 |
|
10 |
# Activate the conda environment
|
11 |
-
|
12 |
|
13 |
# Set working directory
|
14 |
WORKDIR /code
|
|
|
5 |
|
6 |
# Create conda environment
|
7 |
|
8 |
+
RUN conda env create -f 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
|