forked from rlank/RVS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrvs_docker_scratch.txt
More file actions
37 lines (20 loc) · 1.29 KB
/
rvs_docker_scratch.txt
File metadata and controls
37 lines (20 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<<<<<<< HEAD
#Navigate the RVS directory where the dockerfile is
#Build your docker image
docker build -t rvs-image-2024 .
=======
#Navigate the gigafire-rvs directory
#Build your docker image
docker build -t rvs-image-2024 .
>>>>>>> dev
#Run dockerized RVS with db folder mounted to local container folder - ls in data folder
docker run -v "C:/Users/ingli/OneDrive - University of Nevada, Reno/Desktop/unr/git/RVS/test/":"/data" rvs-image-2024 ls /data
#This didn't work bc not set up to input init text file yet
docker run -v "C:/Users/ingli/OneDrive - University of Nevada, Reno/Desktop/unr/git/RVS/test":"/data" rvs-image-2024 rvs /data/rvs_init_test.txt
<<<<<<< HEAD
#Use this command to run RVS in the docker image
docker run -v "C:/Users/ingli/OneDrive - University of Nevada, Reno/Desktop/unr/git/RVS/240226_test":"/data" rvs-image-2024 rvs /data/240304_landfire_plots_only_200.db /data/out.db 100
docker run -v "C:/Users/ingli/OneDrive - University of Nevada, Reno/Desktop/unr/git/RVS/test":"/data" rvs-image-2024 rvs /data/rvs_demo_fromRobbAddFieldTypeMissing.db /data/out.db 100
=======
docker run -v "C:/Users/ingli/OneDrive - University of Nevada, Reno/Desktop/unr/git/RVS/test":"/data" rvs-image-2024-dev rvs /data/rvs_demo_fromRobbAddFieldTypeMissing.db /data/out.db 100 true
>>>>>>> dev