hamigua commited on
Commit
2067a39
·
1 Parent(s): ecf3373

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -g yarn
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