c-gohlke commited on
Commit
4554def
·
verified ·
1 Parent(s): 8769a18

Update Space

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
2
 
3
  WORKDIR /opt
4
  RUN apt-get update \
5
- && apt-get install swig
6
  RUN pip install "litrl[demo]~=0.0.16"
7
 
8
  COPY ./src /opt/src
 
2
 
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