Spaces:
Runtime error
Runtime error
Commit
·
287a10a
1
Parent(s):
cab80e6
Push to HF space
Browse files- Dockerfile +3 -0
- dist/lilac-0.1.3-py3-none-any.whl +2 -2
Dockerfile
CHANGED
@@ -25,6 +25,9 @@ RUN python -m pip install lilac[all]
|
|
25 |
COPY --chown=user /dist ./dist/
|
26 |
RUN python -m pip install --find-links=dist --upgrade lilac[all]
|
27 |
|
|
|
|
|
|
|
28 |
# Copy the README so we can read the datasets from the HuggingFace config.
|
29 |
COPY --chown=user README.md .
|
30 |
# Copy the license just in case.
|
|
|
25 |
COPY --chown=user /dist ./dist/
|
26 |
RUN python -m pip install --find-links=dist --upgrade lilac[all]
|
27 |
|
28 |
+
# Install the huggingface hub, used to download files.
|
29 |
+
RUN pip install huggingface_hub
|
30 |
+
|
31 |
# Copy the README so we can read the datasets from the HuggingFace config.
|
32 |
COPY --chown=user README.md .
|
33 |
# Copy the license just in case.
|
dist/lilac-0.1.3-py3-none-any.whl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0c1a8b72745a9a12520bb26612f87c9cacb121d0ece033261927f69d987c61c1
|
3 |
+
size 1171437
|