seanpedrickcase commited on
Commit
a22fc0d
1 Parent(s): b4b7a67

Updated Dockerfile to allow STS regional endpoints. Modified ignore files.

Browse files
Files changed (4) hide show
  1. .dockerignore +2 -0
  2. .gitignore +2 -0
  3. AddressMatcher_0.1.spec +1 -1
  4. Dockerfile +1 -0
.dockerignore CHANGED
@@ -12,6 +12,8 @@ test/*
12
  deprecated_models/*
13
  experiments/*
14
  build_deps/*
 
 
15
  .ipynb_checkpoints/*
16
  orchestration/*
17
  .vscode/*
 
12
  deprecated_models/*
13
  experiments/*
14
  build_deps/*
15
+ build/*
16
+ dist/*
17
  .ipynb_checkpoints/*
18
  orchestration/*
19
  .vscode/*
.gitignore CHANGED
@@ -14,4 +14,6 @@ deprecated_models/*
14
  orchestration/*
15
  experiments/*
16
  build_deps/*
 
 
17
  .vscode/*
 
14
  orchestration/*
15
  experiments/*
16
  build_deps/*
17
+ build/*
18
+ dist/*
19
  .vscode/*
AddressMatcher_0.1.spec CHANGED
@@ -12,7 +12,7 @@ a = Analysis(
12
  binaries=[],
13
  datas=datas,
14
  hiddenimports=['pyarrow.vendored.version'],
15
- hookspath=['build_deps\\\\'],
16
  hooksconfig={},
17
  runtime_hooks=[],
18
  excludes=[],
 
12
  binaries=[],
13
  datas=datas,
14
  hiddenimports=['pyarrow.vendored.version'],
15
+ hookspath=['build_deps\\'],
16
  hooksconfig={},
17
  runtime_hooks=[],
18
  excludes=[],
Dockerfile CHANGED
@@ -30,6 +30,7 @@ ENV HOME=/home/user \
30
  GRADIO_SERVER_NAME=0.0.0.0 \
31
  GRADIO_SERVER_PORT=7861 \
32
  GRADIO_THEME=huggingface \
 
33
  #GRADIO_TEMP_DIR=$HOME/tmp \
34
  #GRADIO_ROOT_PATH=/address-match \
35
  SYSTEM=spaces
 
30
  GRADIO_SERVER_NAME=0.0.0.0 \
31
  GRADIO_SERVER_PORT=7861 \
32
  GRADIO_THEME=huggingface \
33
+ AWS_STS_REGIONAL_ENDPOINT=regional \
34
  #GRADIO_TEMP_DIR=$HOME/tmp \
35
  #GRADIO_ROOT_PATH=/address-match \
36
  SYSTEM=spaces