UrbanSim2 implementation for SEMCOG.
Make sure folder D:\projects\semcog_urbansim has both repo and data in it.
(Copy from urbansim4)
Make sure folder D:\RDF2055\libs exist and contains all required libs
(Copy from urbansim4)
forecast-sim-image.tar is located in urbansim4 D:\docker. Inside the folder, do
docker load -i forecast-sim-image.tar
docker run \
--gpus all \
--name forecast-sim \
--dns 192.168.182.10 \
--dns-search semcogdom.local \
--privileged \
--cap-add SYS_ADMIN \
--device /dev/fuse \
-v D:\:/mnt/D \
-v D:\RDF2050:/mnt/hgfs/RDF2050 \
-v "U:\:/mnt/hgfs/urbansim" \
-v D:\projects\semcog_urbansim:/mnt/semcog_urbansim \
-itd forecast_simulation
mount via fstab, do
sudo mount -a
ls -l /mnt/semcog_urbansim
ls -l /mnt/hgfs/RDF2050
ls -l /mnt/hgfs/urbansim
Project folder will be located in /mnt/semcog_urbansim
micromamba activate forecast
nohup python test_forecast_2050.py >> runs/run_stdout/simulation_log.txt 2>&1 &
docker commit forecast-sim forecast_simulation
docker save -o forecast-sim-image.tar forecast_simulation
docker load -i forecast_simulation_final.tar