Vitrous commited on
Commit
e8f08b1
·
verified ·
1 Parent(s): 35b2601

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -4,6 +4,8 @@ FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
4
 
5
  ARG DEBIAN_FRONTEND=noninteractive
6
 
 
 
7
  RUN apt-get update && apt-get install --no-install-recommends -y \
8
  build-essential \
9
  python3.9 \
 
4
 
5
  ARG DEBIAN_FRONTEND=noninteractive
6
 
7
+ RUN pip install pyngrok
8
+
9
  RUN apt-get update && apt-get install --no-install-recommends -y \
10
  build-essential \
11
  python3.9 \