Serdar commited on
Commit
700ef4f
1 Parent(s): d6a1d78

delete env file

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -4
Dockerfile CHANGED
@@ -5,10 +5,6 @@ COPY ./sabiduria_tool_api /api/sabiduria_tool_api
5
 
6
  WORKDIR /api
7
 
8
- RUN python -m venv /api/venv
9
- # Enable venv
10
- ENV PATH="/api/venv/bin:$PATH"
11
-
12
  RUN pip install --upgrade pip
13
  RUN pip install -r requirements.txt
14
 
 
5
 
6
  WORKDIR /api
7
 
 
 
 
 
8
  RUN pip install --upgrade pip
9
  RUN pip install -r requirements.txt
10