1
0
Fork 0

moved workspace to SSD

This commit is contained in:
Christian Kühnel 2019-12-13 14:58:56 +00:00
parent 30f6cc9b90
commit eba636aa6c

View file

@ -29,8 +29,7 @@ If ($LastExitCode -ne 0) {
}
# mount a persistent workspace for experiments
New-Item -ItemType Directory -Force -Path $Env:USERPROFILE\workspace
docker run -it -v $Env:USERPROFILE\workspace:C:\ws $IMAGE_NAME $CMD
docker run -it -v D:\:C:\ws $IMAGE_NAME $CMD
If ($LastExitCode -ne 0) {
exit
}