Vitrous commited on
Commit
a438942
·
verified ·
1 Parent(s): d263210

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,6 @@ FROM nvidia/cuda:12.1.1-cudnn8-devel-ubuntu22.04
4
 
5
  ARG DEBIAN_FRONTEND=noninteractive
6
 
7
-
8
-
9
  RUN apt-get update && apt-get install --no-install-recommends -y \
10
  build-essential \
11
  python3.9 \
@@ -23,6 +21,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
23
 
24
  RUN pip install pyngrok
25
 
 
 
26
  #set up working directory
27
  RUN useradd -m -u 1000 user
28
 
 
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 \
 
21
 
22
  RUN pip install pyngrok
23
 
24
+ RUN ngrok config add-authtoken 1XtU01EKWysplGQ8fz54lVUQpnQ_3KKhw6YNQ5E85rxdkgXx4
25
+
26
  #set up working directory
27
  RUN useradd -m -u 1000 user
28