RawanGassem commited on
Commit
aa0ea4b
·
verified ·
1 Parent(s): 0e61d3f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.11
3
 
4
  WORKDIR /code
5
-
6
  # ننسخ ملف المتطلبات
7
  COPY ./requirements.txt /code/requirements.txt
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
 
2
  FROM python:3.11
3
 
4
  WORKDIR /code
5
+
6
  # ننسخ ملف المتطلبات
7
  COPY ./requirements.txt /code/requirements.txt
8
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt