1 Star 0 Fork 0

周国全/pyodide

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile-prebuilt 467 Bytes
一键复制 编辑 原始数据 按行查看 历史
Roman Yurchak 提交于 2021-04-14 05:12 +08:00 . MAINT Use Chrome 89 in tests (#1462)
ARG VERSION
FROM pyodide/pyodide-env:${VERSION}
USER root
ENV EMSDK_NUM_CORES=4 EMCC_CORES=4 PYODIDE_JOBS=4
COPY . pyodide
# the rm at the end deletes the build results such that the resulting image can still be used for building pyodide
# from source (including partial and customized builds). Due to the previous run of make, builds
# executed with this image will be much faster than the ones executed with pyodide-env
RUN cd pyodide && make && rm -r ./build
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhou_guo_quan/pyodide.git
git@gitee.com:zhou_guo_quan/pyodide.git
zhou_guo_quan
pyodide
pyodide
0.17.X

搜索帮助