YsnHdn commited on
Commit
73ceb45
·
1 Parent(s): 766cd32

Refactor : changing the name of bert directory

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ ENV HF_HOME /code/.cache/huggingface
18
  RUN mkdir -p $HF_HOME && chmod -R 777 $HF_HOME
19
 
20
  # Copy the model files into the image
21
- COPY ./bertModel-20240428T144909Z-001 /code/bertModel-20240428T144909Z-001
22
 
23
  # Copy the rest of the application files
24
  COPY . .
 
18
  RUN mkdir -p $HF_HOME && chmod -R 777 $HF_HOME
19
 
20
  # Copy the model files into the image
21
+ COPY ./bert /code/bert
22
 
23
  # Copy the rest of the application files
24
  COPY . .