AMKCode commited on
Commit
59e9b02
1 Parent(s): 5b1b60b

change back to cuda

Browse files

Encountering OAUTH issue with HF "huggingface.co redirected you too many times" , clearing browser cache data works.

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM ubuntu:22.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && \
 
1
+ FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
2
 
3
  ENV DEBIAN_FRONTEND=noninteractive
4
  RUN apt-get update && \