ManiAz09 commited on
Commit
09d96aa
·
1 Parent(s): e23d3e7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.10.12
2
- WORKDIR /code
3
 
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.10.12
2
+ # WORKDIR /code
3
 
4
 
5
  RUN apt-get update && apt-get install -y \