Skip to content

Commit

Permalink
cloudfront fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jun 24, 2024
1 parent e7119eb commit 24439af
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions recipes/defacing/build.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Validate JSON file against OpenRecon schema and write Dockerfile
jsonFilePath = 'OpenReconLabel.json'
schemaFilePath = '../OpenReconSchema_1.1.0.json'
dockerfilePath = 'OpenRecon.dockerfile'
baseDockerImage = 'stebo85/niimath-test'


import json
import jsonschema
import base64
import os

# Validate JSON file against OpenRecon schema and write Dockerfile
jsonFilePath = 'OpenReconLabel.json'
schemaFilePath = '../OpenReconSchema_1.1.0.json'
dockerfilePath = 'OpenRecon.dockerfile'
baseDockerImage = 'stebo85/niimath-test'

def validateJson(jsonFilePath, schemaFilePath):
try:
# Load the JSON data from the file
Expand Down

0 comments on commit 24439af

Please sign in to comment.