updates to algorithm
This commit is contained in:
@@ -7,6 +7,6 @@ WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
CMD [ "python", "Count.py"]
|
||||
CMD [ "python", "Count.py"]
|
||||
|
||||
Reference in New Issue
Block a user