Farid Karimli commited on
Commit
cc121da
·
unverified ·
1 Parent(s): bfbd27c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@ 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
- RUN pip install literalai==0.0.607
9
 
10
  COPY . /code
11
 
 
4
 
5
  RUN pip install --upgrade pip
6
  RUN pip install --no-cache-dir edubotics_core
7
+ RUN pip install chainlit
8
+ RUN pip install literalai
9
 
10
  COPY . /code
11