CaesarCloudSync commited on
Commit
7691d2c
1 Parent(s): 9d3162f

CaesarAI Deployed

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. test.txt +0 -0
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
  # Use the official Python 3.9 image
2
  FROM python:3.7
3
  RUN export PYTHONPATH=$PWD
4
- RUN apt-get update && apt-get install curl ffmpeg libsm6 libxext6 uvicorn libopencv-dev python3-opencv tesseract-ocr -y
5
  RUN pip install uvicorn
6
  # Set the working directory to /code
7
  WORKDIR /code
 
1
  # Use the official Python 3.9 image
2
  FROM python:3.7
3
  RUN export PYTHONPATH=$PWD
4
+ RUN apt-get update && apt-get install curl ffmpeg libsm6 libxext6 uvicorn libopencv-dev python3-opencv libgirepository1.0-dev tesseract-ocr -y
5
  RUN pip install uvicorn
6
  # Set the working directory to /code
7
  WORKDIR /code
test.txt DELETED
File without changes