You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I drafted a first Dockerfile for you that uses z-checker-installer to build and test Z-Checker in a reproducible environment (that also installs all further dependencies).
Hi,
I drafted a first
Dockerfile
for you that usesz-checker-installer
to build and testZ-Checker
in a reproducible environment (that also installs all further dependencies).The draft is available at
https://gist.github.com/ax3l/5c2bd3ae78126ee6358c384be0c3d6c0
and hacks the requested feature #3 in for now.
How to use this
Dockerfile
with docker:docker build -t z-checker-install . docker run -p 8080:8080 -it z-checker-install
and then open your browser to http://localhost:8080/
Currently the results show only
zfp
, but hey that's a start.Please provide feedback, I think the latex is still not fully working and
sz
results seem to be missing/not building, too.The text was updated successfully, but these errors were encountered: