final presentation, restructure of the repository, updated code to have weighted probabilities and more
This commit is contained in:
@@ -2,10 +2,10 @@ FROM python:3.14-slim
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY ./main.py /app
|
||||
COPY ./simulator.py /app
|
||||
COPY ./requirements.txt /app
|
||||
COPY requirements.txt /app/
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY main.py simulator.py /app/
|
||||
|
||||
CMD ["python", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user