Spaces:
Running
on
T4
Running
on
T4
sparkleman
commited on
Commit
·
7af9b4b
1
Parent(s):
6021e98
UPDATE
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -3,6 +3,8 @@ FROM node:20-alpine AS FrontendBuilder
|
|
3 |
RUN apk update && apk upgrade && \
|
4 |
apk add --no-cache bash git openssh curl rust cargo
|
5 |
|
|
|
|
|
6 |
WORKDIR /app
|
7 |
|
8 |
RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git /app
|
|
|
3 |
RUN apk update && apk upgrade && \
|
4 |
apk add --no-cache bash git openssh curl rust cargo
|
5 |
|
6 |
+
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
|
7 |
+
|
8 |
WORKDIR /app
|
9 |
|
10 |
RUN git clone https://github.com/SolomonLeon/web-rwkv-realweb.git /app
|