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

Rebuild: binary is now at GitHub Releases (21 MB, pre-built on ubuntu-latest)

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,6 +1,7 @@
1
  # LARQL Explorer — HuggingFace Space
2
  # Downloads the pre-built Linux binary from the cronos3k/larql GitHub Release.
3
- # No Rust build step: fast image build, no compiler toolchain needed.
 
4
 
5
  FROM python:3.11-slim-bookworm
6
 
 
1
  # LARQL Explorer — HuggingFace Space
2
  # Downloads the pre-built Linux binary from the cronos3k/larql GitHub Release.
3
+ # No Rust build step: fast image build (~2 min), no compiler toolchain needed.
4
+ # Binary source: https://github.com/cronos3k/larql/releases/tag/latest-linux
5
 
6
  FROM python:3.11-slim-bookworm
7