c-gohlke commited on
Commit
bdc6ab8
·
verified ·
1 Parent(s): 5cd7fc9

Update Space

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,7 +1,8 @@
1
  FROM python:3.11
2
 
3
  WORKDIR /opt
4
- RUN pip install "litrl[demo]~=0.0.12"
 
5
 
6
  COPY ./src /opt/src
7
  COPY ./run.py /opt/run.py
 
1
  FROM python:3.11
2
 
3
  WORKDIR /opt
4
+ RUN npm install swig
5
+ RUN pip install "litrl[demo]~=0.0.16"
6
 
7
  COPY ./src /opt/src
8
  COPY ./run.py /opt/run.py