nsthorat-lilac commited on
Commit
287a10a
1 Parent(s): cab80e6

Push to HF space

Browse files
Files changed (2) hide show
  1. Dockerfile +3 -0
  2. 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:7c11fe494b65d1c66ca1938a4bcd1780dfd41a801e011da9e09f0fc727f1a965
3
- size 1171332
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c1a8b72745a9a12520bb26612f87c9cacb121d0ece033261927f69d987c61c1
3
+ size 1171437