Spaces:
Build error
Build error
Update Space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -3,7 +3,7 @@ FROM python:3.11
|
|
3 |
WORKDIR /opt
|
4 |
RUN apt-get update \
|
5 |
&& apt-get install swig -y
|
6 |
-
RUN pip install "litrl[demo]~=0.0.16"
|
7 |
|
8 |
COPY ./src /opt/src
|
9 |
COPY ./run.py /opt/run.py
|
|
|
3 |
WORKDIR /opt
|
4 |
RUN apt-get update \
|
5 |
&& apt-get install swig -y
|
6 |
+
RUN pip install "litrl[demo, torchrl]~=0.0.16"
|
7 |
|
8 |
COPY ./src /opt/src
|
9 |
COPY ./run.py /opt/run.py
|