Spaces:
Running
Running
Remove larql --version check; ubuntu-22.04 binary building now
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
|
@@ -14,8 +14,7 @@ RUN apt-get update && apt-get install -y \
|
|
| 14 |
RUN curl -fsSL \
|
| 15 |
https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
|
| 16 |
-o /usr/local/bin/larql \
|
| 17 |
-
&& chmod +x /usr/local/bin/larql
|
| 18 |
-
&& larql --version
|
| 19 |
|
| 20 |
# Copy the Gradio demo app
|
| 21 |
COPY app.py utils.py requirements.txt /app/
|
|
|
|
| 14 |
RUN curl -fsSL \
|
| 15 |
https://github.com/cronos3k/larql/releases/download/latest-linux/larql-linux-x86_64 \
|
| 16 |
-o /usr/local/bin/larql \
|
| 17 |
+
&& chmod +x /usr/local/bin/larql
|
|
|
|
| 18 |
|
| 19 |
# Copy the Gradio demo app
|
| 20 |
COPY app.py utils.py requirements.txt /app/
|