azils3 commited on
Commit
b86695f
·
verified ·
1 Parent(s): 0d66ed8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -113,8 +113,5 @@ COPY requirements.txt .
113
  RUN pip install --no-cache-dir -r requirements.txt && \
114
  rm -rf requirements.txt
115
 
116
- # Set Ngrok auth token
117
- RUN ngrok authtoken 2cGfgGDHdluSTeFTJqCEIs5hxcV_2KgRGSKrG5frg323m3dXK
118
-
119
  # Entry point
120
  ENTRYPOINT ["/bin/sh", "-c", "exec $OPENVSCODE --host 0.0.0.0 --port 7860 --without-connection-token"]
 
113
  RUN pip install --no-cache-dir -r requirements.txt && \
114
  rm -rf requirements.txt
115
 
 
 
 
116
  # Entry point
117
  ENTRYPOINT ["/bin/sh", "-c", "exec $OPENVSCODE --host 0.0.0.0 --port 7860 --without-connection-token"]