Skip to content

Commit

Permalink
Updated dockerfiles in order for docker to be used with gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
BarzaH committed Aug 27, 2024
1 parent ccd28fe commit e73df5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DockerfileMED
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.3-slim
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime

ENV UI_TITLE="Фреймворк для Медицины"
ENV WANDB_DISABLED="true"
Expand Down
2 changes: 1 addition & 1 deletion DockerfileNM
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8.3-slim
FROM pytorch/pytorch:1.11.0-cuda11.3-cudnn8-runtime

ENV UI_TITLE="Фреймворк для Новых Материалов"
ENV WANDB_DISABLED="true"
Expand Down

0 comments on commit e73df5e

Please sign in to comment.