Spaces:
Runtime error
Runtime error
Paulito Palmes, PhD commited on
Commit ·
d4a6b52
1
Parent(s): dae63d1
init
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -15,7 +15,7 @@ COPY . .
|
|
| 15 |
# Install Python dependencies
|
| 16 |
#RUN pip install --no-cache-dir -e .
|
| 17 |
|
| 18 |
-
pip install git+https://github.com/meta-pytorch/OpenEnv.git
|
| 19 |
|
| 20 |
RUN pip install --no-cache-dir -r ./requirements.txt
|
| 21 |
|
|
|
|
| 15 |
# Install Python dependencies
|
| 16 |
#RUN pip install --no-cache-dir -e .
|
| 17 |
|
| 18 |
+
RUN pip install git+https://github.com/meta-pytorch/OpenEnv.git
|
| 19 |
|
| 20 |
RUN pip install --no-cache-dir -r ./requirements.txt
|
| 21 |
|