2. Testing VM in Docker
Verifying Docker VM before converting it to a Golem VM
Manually send params to the VM
COPY params.json /golem/work/params.json# build the docker image and remove any previous version
docker build --rm -t nestorbonilla/flan-image .
# access the docker image
docker run -it nestorbonilla/flan-image bash
# run the flan bash file
bash run_flan.sh# go to the output folder
cd /golem/output
# list the files
ls -alLast updated