Farid Karimli commited on
Commit
1fcf8eb
·
unverified ·
2 Parent(s): 25e5db8 bdd3377

Merge pull request #7 from tools4ds/retargeting

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,8 +3,8 @@ FROM python:3.11
3
  WORKDIR /code
4
 
5
  RUN pip install --upgrade pip
6
-
7
  RUN pip install --no-cache-dir edubotics_core
 
8
 
9
  COPY . /code
10
 
 
3
  WORKDIR /code
4
 
5
  RUN pip install --upgrade pip
 
6
  RUN pip install --no-cache-dir edubotics_core
7
+ RUN pip install chainlit==1.1.402
8
 
9
  COPY . /code
10