PyxiLabs commited on
Commit
7773571
·
verified ·
1 Parent(s): 8e72892

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN apt-get update && apt-get install -y git
8
  WORKDIR /app
9
 
10
  # Clone the repository
11
- RUN https://huggingface.co/datasets/PyxiVerse/server .
12
 
13
  # Install the dependencies
14
  RUN npm install
 
8
  WORKDIR /app
9
 
10
  # Clone the repository
11
+ RUN git clone https://huggingface.co/datasets/PyxiVerse/server .
12
 
13
  # Install the dependencies
14
  RUN npm install