MLbySush commited on
Commit
e3dffa3
·
verified ·
1 Parent(s): ef2e6ab

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ WORKDIR /app
5
 
6
  # Copy requirements and app code from build context
7
  # We copy requirements first to leverage layer caching
8
- COPY ..
9
 
10
  # Upgrade pip and install dependencies
11
  RUN pip install --upgrade pip
 
5
 
6
  # Copy requirements and app code from build context
7
  # We copy requirements first to leverage layer caching
8
+ COPY . .
9
 
10
  # Upgrade pip and install dependencies
11
  RUN pip install --upgrade pip