Spaces:
Build error
Build error
Update Space
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
FROM python:3.11
|
2 |
|
3 |
WORKDIR /opt
|
4 |
-
RUN
|
5 |
RUN pip install "litrl[demo]~=0.0.16"
|
6 |
|
7 |
COPY ./src /opt/src
|
|
|
1 |
FROM python:3.11
|
2 |
|
3 |
WORKDIR /opt
|
4 |
+
RUN apt install swig
|
5 |
RUN pip install "litrl[demo]~=0.0.16"
|
6 |
|
7 |
COPY ./src /opt/src
|