atonyxu commited on
Commit
993dc67
·
1 Parent(s): 4cbbf07
Files changed (2) hide show
  1. Dockerfile +0 -2
  2. requirements.txt +3 -1
Dockerfile CHANGED
@@ -15,8 +15,6 @@ RUN rm -f /etc/apt/sources.list.d/*.list && \
15
  aria2 \
16
  axel \
17
  procps \
18
- fastapi \
19
- uvicorn \
20
  git-lfs \
21
  zip \
22
  unzip \
 
15
  aria2 \
16
  axel \
17
  procps \
 
 
18
  git-lfs \
19
  zip \
20
  unzip \
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
  jupyterlab==4.2.5
2
  tornado==6.2
3
- ipywidgets
 
 
 
1
  jupyterlab==4.2.5
2
  tornado==6.2
3
+ ipywidgets
4
+ fastapi
5
+ uvicorn