Skip to content

Commit 51a7c25

Browse files
committed
Update Dockerfile for Linux & win
1 parent 3f8ecbc commit 51a7c25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/docker/Dockerfile-Linux64-bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get install -y git unzip
1616

1717
WORKDIR /root
1818

19-
RUN git clone --branch 1.0.2 https://github.com/NeuraiProject/Neurai.git
19+
RUN git clone https://github.com/NeuraiProject/Neurai.git
2020

2121
WORKDIR /root/Neurai
2222

doc/docker/Dockerfile-Win64-bin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN apt-get install -y git unzip
1616

1717
WORKDIR /root
1818

19-
RUN git clone --branch 1.0.2 https://github.com/NeuraiProject/Neurai.git
19+
RUN git clone https://github.com/NeuraiProject/Neurai.git
2020

2121
WORKDIR /root/Neurai
2222

0 commit comments

Comments
 (0)