column = 1 # Column is used to read GRAT, WRAT and THP of each well in each pass row= 0 # row is used so all the dates are added correctly as it reads through the files final_file = "\n".join(['*FIELD ...
I have a folder called /mnt/sdf/wandb_data. I want to start a new wandb via docker and mount /vol to wandb_data. So I run the following command: docker run -d -p 28287:8080 -v /mnt/sdf/wandb_data:/vol ...