Spaces:
Runtime error
Runtime error
updates
Browse files- 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 |
|