euIaxs22 commited on
Commit
4348ba8
·
verified ·
1 Parent(s): dc9f96f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ RUN mkdir -p /data /data/.cache/huggingface /home/user/.cache/models && ln -sf /
43
 
44
  # ---------------- Sistema & Python ----------------
45
  RUN apt-get update && apt-get install -y --no-install-recommends \
46
- build-essential gosu tree cmake venv git git-lfs curl wget ffmpeg ninja-build \
47
  python3.10 python3.10-dev python3.10-distutils python3-pip \
48
  && apt-get clean && rm -rf /var/lib/apt/lists/*
49
 
 
43
 
44
  # ---------------- Sistema & Python ----------------
45
  RUN apt-get update && apt-get install -y --no-install-recommends \
46
+ build-essential gosu tree cmake git git-lfs curl wget ffmpeg ninja-build \
47
  python3.10 python3.10-dev python3.10-distutils python3-pip \
48
  && apt-get clean && rm -rf /var/lib/apt/lists/*
49