You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Dockerfile.deps 443B

12345678910
  1. # This builds an image that contains the resources needed by Dockerfile
  2. #
  3. FROM scratch
  4. # Copy resources downloaded via download_deps.py
  5. COPY chromedriver-linux64-121-0-6167-85 chrome-linux64-121-0-6167-85 cl100k_base.tiktoken libssl1.1_1.1.1f-1ubuntu2_amd64.deb libssl1.1_1.1.1f-1ubuntu2_arm64.deb tika-server-standard-3.0.0.jar tika-server-standard-3.0.0.jar.md5 libssl*.deb /
  6. COPY nltk_data /nltk_data
  7. COPY huggingface.co /huggingface.co