AI4Finance-Foundation / AI4Finance-Foundation/FinRL

pip command is missing in Dockerfile

未关闭
#1,285 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
16.3k
派生
3.5k
PR 合并指标
30 天内没有已合并 PR

描述

When I tried to build the docker container by running this command:

./docker/bin/build_container.sh

I got an error at line:

`RUN pip install -r requirements.txt -I`

because the pip command is not found.

What I fixed on my local is installing python3-pip before running the pip command by adding:

```
USER root
RUN set -xe \
&& apt-get update \
&& apt-get install -y python3-pip
```

into the Dockerfile

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。