Imsachinsingh00 commited on
Commit
e02851f
·
1 Parent(s): 0fd692d

model attribute not found problem is solved

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN mkdir -p /var/cache/fontconfig && chmod 777 /var/cache/fontconfig
19
  ENV MPLCONFIGDIR=/tmp
20
  ENV YOLO_CONFIG_DIR=/tmp
21
  ENV FONTCONFIG_PATH=/var/cache/fontconfig
22
- ENV OPENAI_API_KEY="your-openai-api-key"
23
 
24
  # Install Python dependencies
25
  COPY Web_app/requirements.txt ./requirements.txt
 
19
  ENV MPLCONFIGDIR=/tmp
20
  ENV YOLO_CONFIG_DIR=/tmp
21
  ENV FONTCONFIG_PATH=/var/cache/fontconfig
22
+
23
 
24
  # Install Python dependencies
25
  COPY Web_app/requirements.txt ./requirements.txt