avreymi commited on
Commit
415fc0f
1 Parent(s): 8b626cd

fix dockrfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- EFROM nvidia/cuda:11.7.1-base-ubuntu22.04
2
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
3
  WORKDIR /code
4
 
 
1
+ FROM nvidia/cuda:11.7.1-base-ubuntu22.04
2
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y libgl1 libglib2.0-0 wget git git-lfs python3-pip python-is-python3 && rm -rf /var/lib/apt/lists/*
3
  WORKDIR /code
4