Skip to content

Commit

Permalink
Modifications for version 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Woolverine94 committed May 29, 2024
1 parent 7185f6e commit 34174f8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CUDA/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN adduser --disabled-password --gecos '' biniou
USER biniou

# Pull repo
RUN cd /home/biniou && git clone --branch main https://github.com/Woolverine94/biniou.git
RUN cd /home/biniou && git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
WORKDIR /home/biniou/biniou

# Install biniou
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN adduser --disabled-password --gecos '' biniou
USER biniou

# Pull repo
RUN cd /home/biniou && git clone --branch main https://github.com/Woolverine94/biniou.git
RUN cd /home/biniou && git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
WORKDIR /home/biniou/biniou

# Install biniou
Expand Down
2 changes: 1 addition & 1 deletion install_win.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ REM *** CLONING REPOSITORY : ***
REM ****************************
cd "%userprofile%"
set path=%path%;%ProgramW6432%\Git\cmd;
git clone --branch main https://github.com/Woolverine94/biniou.git
git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
git config --global --add safe.directory "%HOMEDRIVE%/Users/%username%/biniou"
cd "%userprofile%\biniou"

Expand Down
2 changes: 1 addition & 1 deletion oci-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if [ "$(lsb_release -si|grep Debian)" != "" ]
sudo apt -y install git pip python3 python3-venv gcc perl make ffmpeg openssl libtcmalloc-minimal4
fi
echo ">>>[biniou oci 🧠 ]: Cloning repository"
git clone --branch main https://github.com/Woolverine94/biniou.git
git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
echo ">>>[biniou oci 🧠 ]: Installing Virtual environment"
cd ./biniou
./install.sh
Expand Down
2 changes: 1 addition & 1 deletion oci-opensuse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "$(groups|grep 'wheel')" == "" ]
fi

echo ">>>[biniou oci 🧠 ]: Cloning repository"
git clone --branch main https://github.com/Woolverine94/biniou.git
git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
echo ">>>[biniou oci 🧠 ]: Installing Virtual environment"
cd ./biniou
ENV_BINIOU_PYTHON_VER="python3.11" ./install.sh
Expand Down
2 changes: 1 addition & 1 deletion oci-rhel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ else
fi

echo ">>>[biniou oci 🧠 ]: Cloning repository"
git clone --branch main https://github.com/Woolverine94/biniou.git
git clone --branch 0.0.1 https://github.com/Woolverine94/biniou.git
echo ">>>[biniou oci 🧠 ]: Installing Virtual environment"
cd ./biniou
ENV_BINIOU_PYTHON_VER="python3.11" ./install.sh
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
main
0.0.1

0 comments on commit 34174f8

Please sign in to comment.