Skip to content
Snippets Groups Projects
Unverified Commit 99bf72da authored by Björn Ludwig's avatar Björn Ludwig
Browse files

build(Dockerfile): introduce tester stage

parent f6e06934
No related branches found
No related tags found
1 merge request!1Introduce Chars
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
FROM pyscipopt:4.0.0
FROM pyscipopt:4.0.0 AS optimizer
USER root
......@@ -8,3 +8,15 @@ RUN python -m pip install --upgrade \
ilp-keyboard-layout-optimization
USER user
FROM optimizer as tester
USER root
RUN python -m pip install --upgrade \
pip \
-i https://test.pypi.org/simple/ \
ilp-keyboard-layout-optimization[test]
USER user
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment