KAITANY commited on
Commit
8deaf05
·
1 Parent(s): dff6457

add dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile +0 -18
dockerfile CHANGED
@@ -1,21 +1,3 @@
1
- # Use of an official Python runtime as a base image
2
- FROM python:3.11.5
3
-
4
- # #Set up of working directory in the container i.e /app
5
- # WORKDIR /code
6
-
7
- # # Copy current directory contents into the container at /app
8
- # COPY . /app
9
-
10
- # # Install needed packages specified in requirements.txt recursively
11
- # RUN pip install -r requirements.txt
12
-
13
- # # Expose the port number the app runs on
14
- # EXPOSE 7860
15
-
16
- # # Command to run the application
17
- #CMD ["uvicorn", "src.main:app", "--host", "0.0.0.0", "--port", "7860"]
18
-
19
  FROM python:3.11.5
20
 
21
  WORKDIR /code
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  FROM python:3.11.5
2
 
3
  WORKDIR /code