gloriforge commited on
Commit
c294247
·
verified ·
1 Parent(s): d2637ec

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. config.yml +2 -1
config.yml CHANGED
@@ -1,6 +1,7 @@
1
  Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
 
4
  - apt-get update
5
  - apt-get install -y --no-install-recommends wget gnupg2
6
  - wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
@@ -8,7 +9,7 @@ Image:
8
  - apt-get update
9
  - apt-get install -y --no-install-recommends tensorrt python3-libnvinfer-dev
10
  - rm -rf /var/lib/apt/lists/*
11
-
12
  - pip install --upgrade setuptools wheel
13
  - pip install huggingface_hub==0.19.4 requests opencv-python-headless pydantic onnxruntime onnxruntime-gpu scikit-learn tensorflow torch-tensorrt==2.7 torch==2.7.1 torchvision==0.22.1 pyyaml
14
 
 
1
  Image:
2
  from_base: parachutes/python:3.12
3
  run_command:
4
+ - USER root
5
  - apt-get update
6
  - apt-get install -y --no-install-recommends wget gnupg2
7
  - wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.1-1_all.deb
 
9
  - apt-get update
10
  - apt-get install -y --no-install-recommends tensorrt python3-libnvinfer-dev
11
  - rm -rf /var/lib/apt/lists/*
12
+ - USER 1000
13
  - pip install --upgrade setuptools wheel
14
  - pip install huggingface_hub==0.19.4 requests opencv-python-headless pydantic onnxruntime onnxruntime-gpu scikit-learn tensorflow torch-tensorrt==2.7 torch==2.7.1 torchvision==0.22.1 pyyaml
15