Browse Source

fix: install wheel and packaging in docker

AlpinDale 7 tháng trước cách đây
mục cha
commit
ba02bd3e18
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -36,6 +36,7 @@ WORKDIR /workspace
 # install build and runtime dependencies
 COPY requirements-common.txt requirements-common.txt
 COPY requirements-cuda.txt requirements-cuda.txt
+RUN pip install packaging wheel
 RUN --mount=type=cache,target=/root/.cache/pip \
     python3 -m pip install -r requirements-cuda.txt