ScaffCC icon indicating copy to clipboard operation
ScaffCC copied to clipboard

Publish Dockerfile

Open pandaman64 opened this issue 6 years ago • 7 comments

I'm building ScaffCC for NixOS, only to hit several build issues. It would be helpful if you could upload your Dockerfile to the repo.

pandaman64 avatar Jun 07 '18 08:06 pandaman64

We've provided the Docker image on docker hub. You can use the command to get the docker image, which contains the prebuilt ScaffCC.

docker pull epiqc/scaffcc

ryanxw avatar Jun 07 '18 18:06 ryanxw

Sure I can. But I want to do some modification on ScaffCC and test how well it is. Thus it would be nice if I could figure out how to build ScaffCC via Dockerfile.

pandaman64 avatar Jun 08 '18 04:06 pandaman64

All the files are in the provided docker image. You should be able to get all files related to the ScaffCC building process in the container, which includes a ubuntu linux layer, compile toolchain, ScaffCC source code, and prebuilt binaries. Let me know if I misunderstand anything.

ryanxw avatar Jun 08 '18 04:06 ryanxw

I'd like to know and reproduce the build procedure (written in Dockerfile) so that I can write a package description file for Nix, which means all Nix users can install ScaffCC via Nix package manager.

I'll try to play with ScaffCC inside the docker container for now (until I successfully build on my machine), thank you.

pandaman64 avatar Jun 08 '18 05:06 pandaman64

We didn't use Dockerfile reference to build the docker image. The build procedure is the same steps shown in README. Once we have the Dockerfile to specify the building procedure, we'll provide it. Thanks.

ryanxw avatar Jun 08 '18 11:06 ryanxw

I see. Sorry for bothering you. Thank you so much!!!

pandaman64 avatar Jun 08 '18 12:06 pandaman64