Spaces:
Sleeping
Sleeping
Lazar Radojevic
commited on
Commit
·
d6fd146
1
Parent(s):
b095847
fix typo
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# Use the official Docker image with Docker and Docker Compose
|
2 |
-
FROM python:3.10-slim
|
3 |
|
4 |
# Install Docker Compose
|
5 |
RUN pip install docker-compose
|
|
|
1 |
# Use the official Docker image with Docker and Docker Compose
|
2 |
+
FROM python:3.10-slim
|
3 |
|
4 |
# Install Docker Compose
|
5 |
RUN pip install docker-compose
|