mirror of
https://github.com/graphdeco-inria/gaussian-splatting
synced 2024-11-22 16:28:32 +00:00
...
This commit is contained in:
parent
6a6e2ab2bd
commit
5f664812e1
@ -65,10 +65,7 @@ RUN \
|
||||
|
||||
USER ${user_name}
|
||||
WORKDIR /home/${user_name}/
|
||||
|
||||
|
||||
#Read/Write: git clone ssh://ics\\ammarkov@cvrlcode.ics.forth.gr:29418/users/ammarkov/ammarkov.git
|
||||
#Read only: git clone https://ics\\ammarkov@cvrlcode.ics.forth.gr:8443/r/users/ammarkov/ammarkov.git
|
||||
|
||||
RUN git config --global http.sslverify false
|
||||
RUN cd /home/${user_name}/workspace && git clone --recursive https://github.com/graphdeco-inria/gaussian-splatting && cd gaussian-splatting && ./docker/initialize.sh
|
||||
|
@ -12,7 +12,7 @@ REPOSITORY=`pwd`
|
||||
|
||||
cd "$DIR"
|
||||
|
||||
NAME="mocapnet"
|
||||
NAME="gaussian-splatting"
|
||||
dockerfile_pth="$DIR"
|
||||
mount_pth="$REPOSITORY"
|
||||
|
||||
@ -36,7 +36,7 @@ docker run -d \
|
||||
|
||||
docker ps -a
|
||||
|
||||
OUR_DOCKER_ID=`docker ps -a | grep mocapnet | cut -f1 -d' '`
|
||||
OUR_DOCKER_ID=`docker ps -a | grep gaussian-splatting | cut -f1 -d' '`
|
||||
echo "Our docker ID is : $OUR_DOCKER_ID"
|
||||
echo "Attaching it using : docker attach $OUD_DOCKER_ID"
|
||||
docker attach $OUR_DOCKER_ID
|
||||
|
Loading…
Reference in New Issue
Block a user