Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
6a1e214
1
Parent(s):
acd252b
upgrade PNPM
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -26,7 +26,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly -y
|
|
26 |
# configure PNPM
|
27 |
|
28 |
RUN corepack enable
|
29 |
-
RUN corepack prepare pnpm@6.
|
30 |
|
31 |
RUN apt --yes install git git-lfs libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg
|
32 |
|
|
|
26 |
# configure PNPM
|
27 |
|
28 |
RUN corepack enable
|
29 |
+
RUN corepack prepare pnpm@8.6.5 --activate
|
30 |
|
31 |
RUN apt --yes install git git-lfs libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg
|
32 |
|