rajv24 commited on
Commit
9deb50a
·
verified ·
1 Parent(s): 2933389

Upload folder using huggingface_hub

Browse files
Dockerfile CHANGED
@@ -9,5 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
9
  # Copy the full driftpa package
10
  COPY . .
11
 
 
 
 
12
  # OpenEnv HTTP server
13
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
9
  # Copy the full driftpa package
10
  COPY . .
11
 
12
+ # Ensure /app is in Python path so 'driftpa' package is importable
13
+ ENV PYTHONPATH=/app
14
+
15
  # OpenEnv HTTP server
16
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
__pycache__/__init__.cpython-312.pyc ADDED
Binary file (147 Bytes). View file
 
__pycache__/models.cpython-312.pyc ADDED
Binary file (4.77 kB). View file
 
scenarios/__pycache__/__init__.cpython-312.pyc ADDED
Binary file (157 Bytes). View file
 
scenarios/__pycache__/generator.cpython-312.pyc ADDED
Binary file (7.62 kB). View file
 
server/Dockerfile CHANGED
@@ -9,5 +9,8 @@ RUN pip install --no-cache-dir -r requirements.txt
9
  # Copy the full driftpa package
10
  COPY . .
11
 
 
 
 
12
  # OpenEnv HTTP server
13
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
 
9
  # Copy the full driftpa package
10
  COPY . .
11
 
12
+ # Ensure /app is in Python path so 'driftpa' package is importable
13
+ ENV PYTHONPATH=/app
14
+
15
  # OpenEnv HTTP server
16
  CMD ["uvicorn", "server.app:app", "--host", "0.0.0.0", "--port", "8000"]
server/__pycache__/__init__.cpython-312.pyc ADDED
Binary file (154 Bytes). View file
 
server/__pycache__/app.cpython-312.pyc ADDED
Binary file (1.22 kB). View file
 
server/__pycache__/environment.cpython-312.pyc ADDED
Binary file (31.7 kB). View file