Spaces:
Sleeping
Sleeping
Commit
·
056740f
1
Parent(s):
6b2d3c7
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
FROM continuumio/anaconda3:main
|
2 |
|
3 |
-
|
4 |
|
5 |
# Create the environment using the environment.yml file
|
6 |
RUN conda create -n gradio python=3.11 -y
|
|
|
1 |
FROM continuumio/anaconda3:main
|
2 |
|
3 |
+
WORKDIR /code
|
4 |
|
5 |
# Create the environment using the environment.yml file
|
6 |
RUN conda create -n gradio python=3.11 -y
|