Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfile #4

Open
ax3l opened this issue Jun 24, 2017 · 1 comment
Open

Dockerfile #4

ax3l opened this issue Jun 24, 2017 · 1 comment

Comments

@ax3l
Copy link

ax3l commented Jun 24, 2017

Hi,

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).

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.

@dingwentao
Copy link
Contributor

I guess this issue can be fixed by adding "export PATH=$PATH:." into runZCCase.sh. We can fix it soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants