Spaces:
Running
on
T4
Running
on
T4
sparkleman
commited on
Commit
·
6021e98
1
Parent(s):
011a5bb
FIX
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -11,6 +11,7 @@ WORKDIR /app/web-rwkv-wasm
|
|
11 |
RUN ["cargo", "install", "wasm-pack"]
|
12 |
|
13 |
WORKDIR /app
|
|
|
14 |
RUN npm install -g pnpm
|
15 |
RUN pnpm install && pnpm run build
|
16 |
|
|
|
11 |
RUN ["cargo", "install", "wasm-pack"]
|
12 |
|
13 |
WORKDIR /app
|
14 |
+
ENV PATH=/root/.cargo/bin:$PATH
|
15 |
RUN npm install -g pnpm
|
16 |
RUN pnpm install && pnpm run build
|
17 |
|