Skip to content
代码片段 群组 项目
未验证 提交 7890bdce 编辑于 作者: Chamikara Jayalath's avatar Chamikara Jayalath 提交者: GitHub
浏览文件

Merge pull request #27277: Use requirements file as a constraint when building...

Merge pull request #27277: Use requirements file as a constraint when building the expansion service container
No related branches found
No related tags found
无相关合并请求
......@@ -42,8 +42,7 @@ RUN mkdir /opt/apache/beam/beam_venv &&\
. /opt/apache/beam/beam_venv/bin/activate &&\
pip install --upgrade pip &&\
pip install --upgrade setuptools &&\
pip install -r requirements.txt &&\
pip install apache-beam-sdk.tar.gz[gcp,dataframe]
pip install apache-beam-sdk.tar.gz[gcp,dataframe] --constraint requirements.txt
ENTRYPOINT ["/opt/apache/beam/boot"]
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册