Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,4 +25,4 @@ EXPOSE 7860
|
|
25 |
|
26 |
# Define the command to run the application
|
27 |
CMD ["python", "app.py"]
|
28 |
-
RUN
|
|
|
25 |
|
26 |
# Define the command to run the application
|
27 |
CMD ["python", "app.py"]
|
28 |
+
RUN -p 7860:7860 --env ACC_TOKEN=your_huggingface_token --cpus="32" --memory="200g" --gpus '"device=0,1,2,3,4,5,6,7,8,9"' your-image-name
|