arshy commited on
Commit
67e1b3f
1 Parent(s): 7727bbc
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -27,6 +27,8 @@ RUN wget https://www.sqlite.org/2021/sqlite-autoconf-3360000.tar.gz && \
27
  # Verify sqlite3 version system-wide
28
  RUN sqlite3 --version
29
 
 
 
30
  # Install Python dependencies
31
  RUN pip install poetry gradio
32
 
 
27
  # Verify sqlite3 version system-wide
28
  RUN sqlite3 --version
29
 
30
+
31
+
32
  # Install Python dependencies
33
  RUN pip install poetry gradio
34