Refactor : changing the name of bert directory
Browse files- 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 ./
|
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 . .
|