lgfunderburk commited on
Commit
280f26e
1 Parent(s): 3488cab

remove torch

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -1
  2. pyproject.toml +1 -4
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use the official Python image as the base image
2
- FROM python:3.9
3
 
4
  # Set the working directory to /app
5
  WORKDIR /app
 
1
  # Use the official Python image as the base image
2
+ FROM python:3.10
3
 
4
  # Set the working directory to /app
5
  WORKDIR /app
pyproject.toml CHANGED
@@ -7,10 +7,7 @@ license = "Apache 2.0"
7
  readme = "README.md"
8
 
9
  [tool.poetry.dependencies]
10
- python = "^3.9"
11
- torch = [
12
- {url = "https://download.pytorch.org/whl/cpu/torch-1.11.0%2Bcpu-cp39-cp39-linux_x86_64.whl", markers = "sys_platform == 'linux'"},
13
- ]
14
  farm-haystack = {extras = ["faiss"], version = "^1.21.2"}
15
  chainlit = "^0.7.0"
16
  openai = "^0.28.0"
 
7
  readme = "README.md"
8
 
9
  [tool.poetry.dependencies]
10
+ python = "^3.10"
 
 
 
11
  farm-haystack = {extras = ["faiss"], version = "^1.21.2"}
12
  chainlit = "^0.7.0"
13
  openai = "^0.28.0"