Skip to content

Commit

Permalink
Merge pull request #208 from aliyun/fix-py310-custom-envs
Browse files Browse the repository at this point in the history
fix customer envs
  • Loading branch information
fanzhe328 authored Mar 29, 2023
2 parents 18b9947 + 26b2c47 commit 979b187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python3.10/run/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN pip install pydevd -i https://mirrors.aliyun.com/pypi/simple/

COPY commons/function-compute-mock-2.0.sh /var/fc/runtime/mock

ENV FC_RIE_VERSION 0.0.2
ENV FC_RIE_VERSION 0.0.3

RUN cd /var/fc/runtime/python3.10 \
&& curl -o /tmp/fc-rie-v${FC_RIE_VERSION}.tar.gz https://fc-runtime-public.oss-cn-hangzhou.aliyuncs.com/fc-rie-v${FC_RIE_VERSION}.tar.gz \
Expand Down

0 comments on commit 979b187

Please sign in to comment.