4 Star 13 Fork 12

Gitee 极速下载/label-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/heartexlabs/label-studio
克隆/下载
Dockerfile.testing 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
# The image built from this Dockerfile will include the test dependencies,
# and can be used for running the project's unit tests from within a container.
# Use via the `make build-testing-image` and `make docker-testing-shell` Makefile targets.
#
# Try, for example, running `make docker-testing-shell` and then
# `cd label_studio && DJANGO_DB=sqlite pytest .` from within the container.
FROM heartexlabs/label-studio:latest
USER 0
# Copy and install test dependencies
COPY --chown=1001:0 pyproject.toml .
COPY --chown=1001:0 poetry.lock .
RUN --mount=type=cache,target=$PIP_CACHE_DIR,uid=1001,gid=0 \
poetry check --lock && POETRY_VIRTUALENVS_CREATE=false poetry install --only test
USER 1001
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/label-studio.git
[email protected]:mirrors/label-studio.git
mirrors
label-studio
label-studio
develop

搜索帮助