feat: Добавил Dockerfile, изменил структуру
This commit is contained in:
parent
3bdab827ff
commit
c054da67f1
11 changed files with 10 additions and 1171 deletions
8
Dockerfile
Normal file
8
Dockerfile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
FROM python:3.12-slim
|
||||
|
||||
WORKDIR /opt/McEliece
|
||||
COPY . .
|
||||
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
CMD [ "python", "McEliece_console.py" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue