cronos3k commited on
Commit
f4b23bd
·
verified ·
1 Parent(s): 8483ab8

Remove larql --version check; ubuntu-22.04 binary building now

Browse files
Files changed (1) hide show
  1. 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/