Spaces:
Running
Running
Rebuild: binary is now at GitHub Releases (21 MB, pre-built on ubuntu-latest)
Browse files- 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 |
|