Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -16,7 +16,7 @@ RUN apt-get update && \
|
|
16 |
RUN git clone --recursive https://github.com/ohmplatform/FreedomGPT.git freedom-gpt
|
17 |
|
18 |
# 安装Yarn
|
19 |
-
RUN pip install
|
20 |
|
21 |
# 安装必要的依赖项
|
22 |
RUN yarn install
|
|
|
16 |
RUN git clone --recursive https://github.com/ohmplatform/FreedomGPT.git freedom-gpt
|
17 |
|
18 |
# 安装Yarn
|
19 |
+
RUN pip install yarn
|
20 |
|
21 |
# 安装必要的依赖项
|
22 |
RUN yarn install
|